diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-08-28 09:42:30 +0800 |
commit | 19c7397033ce2e1357a03e47e1e02e36c4e8846d (patch) | |
tree | 4bcc406896488d66df12ae8d93a36a4982246190 /misc | |
parent | d5d5bcf1363e6e9304258d9d58bd3bd8f6d31e6f (diff) | |
download | freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.gz freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.tar.zst freebsd-ports-graphics-19c7397033ce2e1357a03e47e1e02e36c4e8846d.zip |
- use new hook USE_GNUSTEP in bsd.port.mk
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index efd40cbb95e..abeea7aab32 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> |