aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:27:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:27:27 +0000
commit3d93207ed21f452263549ef822c2bd7331e19ddc (patch)
tree4b30eb71ef4c33c2c37fb6226a316cfba81657ba /devel/gnustep
parent42b7b62083f63d43458f0c4c7badf03933988f6b (diff)
downloadports-3d93207ed21f452263549ef822c2bd7331e19ddc.tar.gz
ports-3d93207ed21f452263549ef822c2bd7331e19ddc.zip
use PKGNAMESUFFIX
add slave port gnustep-devel
Notes
Notes: svn path=/head/; revision=69139
Diffstat (limited to 'devel/gnustep')
-rw-r--r--devel/gnustep/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index a0fdfb6c4ad2..d02be80acc0d 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -9,18 +9,22 @@ PORTNAME= gnustep
PORTVERSION= 1.5.0
CATEGORIES= devel lang
MASTER_SITES= # empty
+.if defined(GNUSTEP_GUI_DEVEL)
+PKGNAMESUFFIX?= -devel
+.endif
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= dinoex@FreeBSD.org
-RUN_DEPENDS= ${PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make
+RUN_DEPENDS= ${LOCALBASE}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make
RUN_DEPENDS+= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
-RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
.if defined(GNUSTEP_GUI_DEVEL)
+RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
.else
+RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
.endif