summaryrefslogtreecommitdiff
path: root/games/gshisen/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-28 20:53:42 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-28 20:53:42 +0000
commitf002496e82a9612d9558597513fdcd3afbc36173 (patch)
treebbc94a56e32119236e10b89db823206f7adc14cc /games/gshisen/Makefile
parent- Update to 1.1.2 (diff)
support for gnustep-back, option GNUSTEP_GUI_DEVEL
Notes
Notes: svn path=/head/; revision=69051
Diffstat (limited to 'games/gshisen/Makefile')
-rw-r--r--games/gshisen/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gshisen/Makefile b/games/gshisen/Makefile
index 7df54a85733f..581213989d76 100644
--- a/games/gshisen/Makefile
+++ b/games/gshisen/Makefile
@@ -12,17 +12,27 @@ MASTER_SITES= http://www.gnustep.it/enrico/gshisen/
MAINTAINER= dinoex@FreeBSD.org
+.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
WRKSRC= ${WRKDIR}/GShisen
USE_GMAKE= yes
MAKEFILE=
+.if defined(GNUSTEP_GUI_DEVEL)
+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>