1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-toolkits/FWF/files/xmkmf

9 lines
193 B
Plaintext
Raw Normal View History

#!/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