These patches are not strictly necessary,
  (in that it compiles & runs with or without them)
but _with_ avoids propagating the /usr/X11R6 assumption.

*** spunk/make/freebsd-x.mak.orig	Fri Nov 22 01:17:57 1996
--- spunk/make/freebsd-x.mak	Fri Nov 22 01:21:34 1996
***************
*** 32,38 ****
  # Flags for the gnu compiler (use the second one for gcc >= 2.6.0)
  #CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include
  #CFLAGS	= -DFREEBSD -g -Wall -x c++ -I /usr/X11/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS	= -DFREEBSD -g -Wall -x c++ -I /usr/X11R6/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
  
  LIB	= spunk.a
  ZIPFILE = spunk.zip
--- 32,39 ----
  # Flags for the gnu compiler (use the second one for gcc >= 2.6.0)
  #CFLAGS = -DFREEBSD -g -Wall -x c++ -I /usr/X11/include
  #CFLAGS	= -DFREEBSD -g -Wall -x c++ -I /usr/X11/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
! #CFLAGS	= -DFREEBSD -g -Wall -x c++ -I /usr/X11R6/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS	= -DFREEBSD -g -Wall -x c++ -I ${X11BASE}/include -fno-implicit-templates -DEXPLICIT_TEMPLATES
  
  LIB	= spunk.a
  ZIPFILE = spunk.zip
*** estic/make/freebsd-x.mak.orig	Fri Nov 22 01:38:57 1996
--- estic/make/freebsd-x.mak	Fri Nov 22 01:42:55 1996
***************
*** 36,42 ****
  # smart linker...
  #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib
  #CFLAGS	= -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS	= -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
  
  
  # ------------------------------------------------------------------------------
--- 36,43 ----
  # smart linker...
  #CFLAGS = -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib
  #CFLAGS	= -DFREEBSD -DUSE_OLD_TTY -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
! #CFLAGS	= -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -L /usr/X11R6/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
! CFLAGS	= -DFREEBSD -g -Wall -I$(INCDIR) -x c++ -L ${X11BASE}/lib -fno-implicit-templates -DEXPLICIT_TEMPLATES
  
  
  # ------------------------------------------------------------------------------
***************
*** 80,86 ****
  all:	xestic
  
  xestic: $(LIB) $(OBJS)
! 	$(CC) -L /usr/X11R6/lib -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11
  
  
  # ------------------------------------------------------------------------------
--- 81,87 ----
  all:	xestic
  
  xestic: $(LIB) $(OBJS)
! 	$(CC) -L ${X11BASE}/lib -o xestic $(OBJS) $(LIB) -ltermcap -lg++ -lX11
  
  
  # ------------------------------------------------------------------------------
