b469c08599
- regen PLIST
28 lines
684 B
Makefile
28 lines
684 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/12/10 16:23:17 ajacoutot Exp $
|
|
|
|
COMMENT= GNUstep example applications
|
|
|
|
DISTNAME= gnustep-examples-1.2.0
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= misc
|
|
|
|
HOMEPAGE= http://www.gnustep.org/experience/examples.html
|
|
|
|
WANTLIB= GL GLU c m objc pthread
|
|
|
|
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
|
|
|
|
USE_X11= Yes
|
|
MODULES= x11/gnustep
|
|
LIB_DEPENDS= gnustep-base.>=1::x11/gnustep/base \
|
|
gnustep-gui::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>
|