mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5edd5e3bf0
only non-Motif widgets - if you have Motif and want the extensions in libfwf then configure, edit and build in 3 steps.
9 lines
193 B
Bash
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
|