diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-01-13 03:57:25 +0000 |
commit | 44fd51006809b35e7b92415f49a6d5df498af1fa (patch) | |
tree | cf5bc34dc6d9e1b3cba11b4bbea429e80e9b2817 /misc/gnustep-examples | |
parent | 10e5fdd74da962755ef9143ee3527c0ea3b520ce (diff) | |
download | FreeBSD-ports-44fd51006809b35e7b92415f49a6d5df498af1fa.zip FreeBSD-ports-44fd51006809b35e7b92415f49a6d5df498af1fa.tar.gz |
- update to use new bsd.gnustep.mk
Approved by: gurkan@linuks.mine.nu
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r-- | misc/gnustep-examples/Makefile | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile index 1db42ad..cb22892 100644 --- a/misc/gnustep-examples/Makefile +++ b/misc/gnustep-examples/Makefile @@ -14,29 +14,13 @@ MASTER_SITE_SUBDIR= core MAINTAINER= dinoex@FreeBSD.org COMMENT= GNUstep example applications -WRKSRC= ${WRKDIR}/${DISTNAME} -GUN_CONFIGURE= yes -USE_GMAKE= yes USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes -MAKEFILE= GNUmakefile - -MAKE_APPS= Finger GFractal HostAddress -INSTALL_APPS= Finger GFractal HostAddress -post-build: -.for i in ${MAKE_APPS} - @(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET}) -.endfor - -post-install: -.for i in ${INSTALL_APPS} - @(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) -.endfor +WRKSRC= ${WRKDIR}/${DISTNAME} +USE_GNUSTEP_MAKE_DIRS+= . gui/Finger gui/GFractal gui/HostAddress .include <bsd.port.mk> |