diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-20 12:49:01 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-20 12:49:01 +0800 |
commit | 9f39feab12fbfabfc9128d35fa736368fcfa4926 (patch) | |
tree | b5ca28911c5c2fbe787f4abaa970895b9038a11c /games | |
parent | 4f690bf6d9a73aa34fb1a5656034e4a90b1786d8 (diff) | |
download | freebsd-ports-gnome-9f39feab12fbfabfc9128d35fa736368fcfa4926.tar.gz freebsd-ports-gnome-9f39feab12fbfabfc9128d35fa736368fcfa4926.tar.zst freebsd-ports-gnome-9f39feab12fbfabfc9128d35fa736368fcfa4926.zip |
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps
Diffstat (limited to 'games')
-rw-r--r-- | games/gomoku.app/Makefile | 9 | ||||
-rw-r--r-- | games/gshisen/Makefile | 13 |
2 files changed, 0 insertions, 22 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index f72527344b1b..cb5e29d1dbbf 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -9,20 +9,12 @@ PORTNAME= gomoku.app PORTVERSION= 1.2.6 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ -.if defined(GNUSTEP_GUI_DEVEL) -PKGNAMESUFFIX?= -devel -.endif DISTNAME= Gomoku-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org -.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back -.else -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -.endif PREFIX= ${LOCALBASE}/GNUstep USE_GMAKE= yes @@ -31,7 +23,6 @@ ALL_TARGET= NO_MTREE= yes BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu .include <bsd.port.pre.mk> diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile index aa9dfd12db53..261407ebd83e 100644 --- a/games/gshisen/Makefile +++ b/games/gshisen/Makefile @@ -9,34 +9,21 @@ PORTNAME= gshisen PORTVERSION= 1.0.1 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/enrico/gshisen/ -.if defined(GNUSTEP_GUI_DEVEL) -PKGNAMESUFFIX?= -devel -.endif MAINTAINER= dinoex@FreeBSD.org -.if !defined(GNUSTEP_GUI_OLD) BUILD_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back RUN_DEPENDS= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back -.else -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -.endif PREFIX= ${LOCALBASE}/GNUstep WRKSRC= ${WRKDIR}/GShisen USE_GMAKE= yes MAKEFILE= -.if !defined(GNUSTEP_GUI_OLD) MAKE_FLAGS= GUI_BACKEND_LIB=back -.else -MAKE_FLAGS= GUI_BACKEND_LIB=xgps -.endif ALL_TARGET= NO_MTREE= yes BACKBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu .include <bsd.port.pre.mk> |