mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
|
#!/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
|