summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:18:58 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-10-30 04:18:58 +0000
commit42b7b62083f63d43458f0c4c7badf03933988f6b (patch)
treea0333f5b9ee7f78d353ad726c9bec1579130b3b8 /x11-toolkits
parentRemove WITH_IMAGE_PLUGINS knob, as it is broken, and non-default. It's one (diff)
Add slave-port gnustep-gui-devel
- use PKGNAMESUFFIX - corrects dependeny for gnustep-back
Notes
Notes: svn path=/head/; revision=69138
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gnustep-back/Makefile4
-rw-r--r--x11-toolkits/gnustep-gui-devel/Makefile15
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
4 files changed, 22 insertions, 2 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index bf16bd27d177..4e6d1e86c5e2 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -32,6 +32,7 @@
SUBDIR += gnome-themes
SUBDIR += gnustep-back
SUBDIR += gnustep-gui
+ SUBDIR += gnustep-gui-devel
SUBDIR += gnustep-xgps
SUBDIR += gob
SUBDIR += gtk--
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile
index 8a0881176e8f..54fdd8c8c116 100644
--- a/x11-toolkits/gnustep-back/Makefile
+++ b/x11-toolkits/gnustep-back/Makefile
@@ -12,8 +12,8 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
MAINTAINER= dinoex@FreeBSD.org
-BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
-RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
+BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
+RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
diff --git a/x11-toolkits/gnustep-gui-devel/Makefile b/x11-toolkits/gnustep-gui-devel/Makefile
new file mode 100644
index 000000000000..80d57a768c83
--- /dev/null
+++ b/x11-toolkits/gnustep-gui-devel/Makefile
@@ -0,0 +1,15 @@
+# New ports collection makefile for: gnustep-gui-devel
+# Date created: 30 October 2002
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $FreeBSD$
+#
+
+GNUSTEP_GUI_DEVEL= yes
+MASTERDIR?= ${.CURDIR}/../gnustep-gui
+
+.if exists(${.CURDIR}/Makefile.local)
+.include "${.CURDIR}/Makefile.local"
+.endif
+
+.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 58d67284a9c5..8d2032dadad8 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -14,6 +14,7 @@ PORTVERSION= 0.7.6
CATEGORIES= x11-toolkits
.if defined(GNUSTEP_GUI_DEVEL)
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
+PKGNAMESUFFIX?= -devel
.else
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= dinoex
@@ -24,6 +25,9 @@ MAINTAINER= dinoex@FreeBSD.org
BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff
+.if defined(GNUSTEP_GUI_DEVEL)
+LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile
+.endif
BREAKS_IF_PEDANTIC= yes
.if defined(GNUSTEP_GUI_DEVEL)