summaryrefslogtreecommitdiff
path: root/games/gomoku.app/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-01-20 04:49:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-01-20 04:49:01 +0000
commit34b1084035738604f178f4fc7407ca4ca20ff8a8 (patch)
tree7868912772afcbe13a3336b2941269cc6848e1fe /games/gomoku.app/Makefile
parentget rid of bogus ${PERL} usage. (diff)
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports - retire x11-toolkits/gnustep-xgps
Notes
Notes: svn path=/head/; revision=73598
Diffstat (limited to 'games/gomoku.app/Makefile')
-rw-r--r--games/gomoku.app/Makefile9
1 files changed, 0 insertions, 9 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>