summaryrefslogtreecommitdiff
path: root/misc/gnustep-examples
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-28 01:42:30 +0000
commit960b679f1061d065f88bd4813bde263ce678ada8 (patch)
tree107bdb5fa02093444105d6a1fc5e4d2603aea083 /misc/gnustep-examples
parentUse the new virtual category 'scheme' (diff)
- use new hook USE_GNUSTEP in bsd.port.mk
Notes
Notes: svn path=/head/; revision=87820
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r--misc/gnustep-examples/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index efd40cbb95ef..abeea7aab32e 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -20,18 +20,15 @@ NO_MTREE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
GUN_CONFIGURE= yes
USE_GMAKE= yes
+USE_GNUSTEP= yes
+USE_GNUSTEP_BACK= yes
+USE_GNUSTEP_BUILD= yes
+USE_GNUSTEP_INSTALL= yes
MAKEFILE= GNUmakefile
MAKE_APPS= Finger GFractal GPuzzle HostAddress
INSTALL_APPS= Finger GFractal GPuzzle HostAddress
-.include <bsd.port.pre.mk>
-
-USE_GNUSTEP_BACK= yes
-USE_GNUSTEP_BUILD= yes
-USE_GNUSTEP_INSTALL= yes
-.include "${PORTSDIR}/devel/gnustep/bsd.gnustep.mk"
-
post-build:
.for i in ${MAKE_APPS}
@(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \
@@ -47,4 +44,4 @@ post-install:
rm -rf /root/GNUstep
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>