summaryrefslogtreecommitdiff
path: root/games/gomoku.app/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-06-26 12:22:51 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-06-26 12:22:51 +0000
commit7a419756269300089c83b621987375a438e28250 (patch)
tree3ab33d5d78e6a3e55882c25fae2cd5452ef5f7e9 /games/gomoku.app/Makefile
parentUpdate to version 1.1.3 (diff)
Upgrade to 1.2.2.
Notes
Notes: svn path=/head/; revision=44459
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r--games/gomoku.app/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/games/gomoku.app/Makefile b/games/gomoku.app/Makefile
index 63eca5d4ec56..f19794734f0a 100644
--- a/games/gomoku.app/Makefile
+++ b/games/gomoku.app/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gomoku.app
-PORTVERSION= 1.1.0
+PORTVERSION= 1.2.2
CATEGORIES= games
MASTER_SITES= http://www.gnustep.it/nicola/Applications/Gomoku/
DISTNAME= Gomoku-${PORTVERSION}
@@ -14,8 +14,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/GNUstep/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep
-RUN_DEPENDS= ${LOCALBASE}/GNUstep/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep
+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
PREFIX= ${LOCALBASE}/GNUstep
USE_NEWGCC= yes
@@ -24,6 +24,8 @@ MAKEFILE= GNUmakefile
ALL_TARGET=
NO_MTREE= yes
+XGPSBUNDLEDIR= ${PREFIX}/System/Library/Bundles/libgnustep-xgps.bundle
+
.include <bsd.port.pre.mk>
.if ${MACHINE_ARCH} == "i386"
@@ -32,7 +34,7 @@ GNU_ARCH= ix86
GNU_ARCH= ${MACHINE_ARCH}
.endif
-PLIST_SUB+= GNU_ARCH=${GNU_ARCH}
+PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L}
do-build:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \