diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-28 21:25:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-10-28 21:25:31 +0000 |
commit | 2aedad4db8e6135ea4db39a8eb632196a86c2b38 (patch) | |
tree | 1de55e63e00cb2744b659f49ca10ce64713156a6 /games/gomoku.app/Makefile | |
parent | New GNUstep backend (diff) |
- option GNUSTEP_GUI_DEVEL
- Update to 1.2.6
- add Support: TraditionalChinese, Swedish, Spanish, German
- take maintainership
Notes
Notes:
svn path=/head/; revision=69054
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r-- | games/gomoku.app/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile index 175bac778c34..b3a1e95288a4 100644 --- a/games/gomoku.app/Makefile +++ b/games/gomoku.app/Makefile @@ -6,16 +6,20 @@ # PORTNAME= gomoku.app -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.6 CATEGORIES= games MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/ DISTNAME= Gomoku-${PORTVERSION} -EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps -RUN_DEPENDS= ${XGPSBUNDLEDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps +.if defined(GNUSTEP_GUI_DEVEL) +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 @@ -23,7 +27,8 @@ MAKEFILE= GNUmakefile ALL_TARGET= NO_MTREE= yes -XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle +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> |