ports/x11/gnustep/examples/Makefile

21 lines
394 B
Makefile

COMMENT= GNUstep example applications
DISTNAME= gnustep-examples-1.4.0
REVISION = 11
CATEGORIES= misc
HOMEPAGE= http://www.gnustep.org/experience/examples.html
WANTLIB = GL GLU
WANTLIB += ${COMPILER_LIBCXX}
SITES= ${SITE_GNUSTEP:=usr-apps/}
MODULES= x11/gnustep
pre-configure:
${SUBST_CMD} ${WRKSRC}/gui/MyGL/GNUmakefile \
${WRKSRC}/gui/MyGL/AppController.m
.include <bsd.port.mk>