bab74078a9
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc
15 lines
324 B
Makefile
15 lines
324 B
Makefile
include $(EST)/config/systems/default.mak
|
|
|
|
## echo -n doesn't work (well only sometimes ?)
|
|
ECHO_N = /usr/bin/printf "%s"
|
|
|
|
NAWK=awk
|
|
|
|
NAS_LIB=$(PKG_X11BASE)/lib
|
|
NAS_INCLUDE=$(PKG_X11BASE)/include
|
|
|
|
X11_LIB=$(PKG_X11BASE)/lib
|
|
X11_INCLUDE=$(PKG_X11BASE)/include
|
|
|
|
OS_INCLUDES+=-I$(PKG_PREFIX)/include
|
|
OS_LIBS+=-L$(PKG_PREFIX)/lib
|