2010-07-30 07:29:44 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/07/30 11:29:44 ajacoutot Exp $
|
2007-05-28 23:03:52 -04:00
|
|
|
|
2007-07-21 13:30:10 -04:00
|
|
|
COMMENT= GNUstep example applications
|
2007-05-28 23:03:52 -04:00
|
|
|
|
2010-06-07 02:52:46 -04:00
|
|
|
DISTNAME= gnustep-examples-1.3.0
|
2010-07-30 07:29:44 -04:00
|
|
|
REVISION= 1
|
|
|
|
|
2007-05-28 23:03:52 -04:00
|
|
|
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
|
2007-05-28 23:03:52 -04:00
|
|
|
|
2008-10-03 03:21:56 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
|
2007-05-28 23:03:52 -04:00
|
|
|
|
2007-07-21 13:30:10 -04:00
|
|
|
USE_X11= Yes
|
2007-05-28 23:03:52 -04:00
|
|
|
MODULES= x11/gnustep
|
2010-07-30 07:29:44 -04:00
|
|
|
LIB_DEPENDS= ::x11/gnustep/base \
|
|
|
|
::x11/gnustep/gui
|
2007-05-28 23:03:52 -04:00
|
|
|
RUN_DEPENDS= :gnustep-back-*:x11/gnustep/back
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@perl -pi -e 's,!!X11BASE!!,${X11BASE},g' \
|
|
|
|
${WRKSRC}/gui/MyGL/GNUmakefile
|
2007-06-04 07:09:12 -04:00
|
|
|
@perl -pi -e 's,!!PREFIX!!,${PREFIX},g' \
|
|
|
|
${WRKSRC}/gui/MyGL/AppController.m
|
2007-05-28 23:03:52 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|