freebsd-ports/x11-toolkits/FWF/files/xmkmf
Jordan K. Hubbard 5edd5e3bf0 The Free Widget Foundation's widget set. This is set to compile
only non-Motif widgets - if you have Motif and want the extensions in libfwf
then configure, edit and build in 3 steps.
1995-07-15 13:57:09 +00:00

9 lines
193 B
Bash

#!/bin/sh
#
# An xmkmf that does what I need it to do.
#
IMAKEINCLUDE="-I${WRKSRC} -I${X11BASE}/lib/X11/config"
export IMAKEINCLUDE
imake -DUseInstalled ${IMAKEINCLUDE} Makefile
make Makefiles