openbsd-ports/x11/gnustep/examples/Makefile
sebastia b965fb605b bump due to gnustep-base
OK landry@, ajacoutot@
2011-04-18 11:58:45 +00:00

25 lines
519 B
Makefile

# $OpenBSD: Makefile,v 1.16 2011/04/18 11:58:45 sebastia Exp $
COMMENT= GNUstep example applications
DISTNAME= gnustep-examples-1.3.0
REVISION= 4
CATEGORIES= misc
HOMEPAGE= http://www.gnustep.org/experience/examples.html
WANTLIB= GL GLU c m pthread
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
MODULES= x11/gnustep
pre-configure:
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
${WRKSRC}/gui/MyGL/GNUmakefile
@perl -pi -e 's,!!PREFIX!!,${PREFIX},g' \
${WRKSRC}/gui/MyGL/AppController.m
.include <bsd.port.mk>