openbsd-ports/x11/gnustep/examples/Makefile

29 lines
663 B
Makefile
Raw Normal View History

2010-07-30 07:29:44 -04:00
# $OpenBSD: Makefile,v 1.12 2010/07/30 11:29:44 ajacoutot Exp $
COMMENT= GNUstep example applications
DISTNAME= gnustep-examples-1.3.0
2010-07-30 07:29:44 -04:00
REVISION= 1
CATEGORIES= misc
HOMEPAGE= http://www.gnustep.org/experience/examples.html
2010-07-30 07:29:44 -04:00
WANTLIB= GL GLU c m objc pthread gnustep-base gnustep-gui
2008-10-03 03:21:56 -04:00
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
USE_X11= Yes
MODULES= x11/gnustep
2010-07-30 07:29:44 -04:00
LIB_DEPENDS= ::x11/gnustep/base \
::x11/gnustep/gui
RUN_DEPENDS= :gnustep-back-*:x11/gnustep/back
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>