summaryrefslogtreecommitdiff
path: root/devel
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 /devel
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 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/gnustep-devel/Makefile15
-rw-r--r--devel/gnustep/Makefile9
-rw-r--r--devel/projectcenter.app/Makefile9
4 files changed, 0 insertions, 34 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 49c021d3d95e..38aa35d177da 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -218,7 +218,6 @@
SUBDIR += gnomevfs
SUBDIR += gnomevfs2
SUBDIR += gnustep
- SUBDIR += gnustep-devel
SUBDIR += gnustep-make
SUBDIR += gob2
SUBDIR += gperf
diff --git a/devel/gnustep-devel/Makefile b/devel/gnustep-devel/Makefile
deleted file mode 100644
index 5961f60bf4c4..000000000000
--- a/devel/gnustep-devel/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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
-
-.if exists(${.CURDIR}/Makefile.local)
-.include "${.CURDIR}/Makefile.local"
-.endif
-
-.include "${MASTERDIR}/Makefile"
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index 80c7d3525cca..9b84ff7ada67 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -9,9 +9,6 @@ PORTNAME= gnustep
PORTVERSION= 1.5.1
CATEGORIES= devel lang
MASTER_SITES= # empty
-.if defined(GNUSTEP_GUI_DEVEL)
-PKGNAMESUFFIX?= -devel
-.endif
DISTFILES= # empty
EXTRACT_ONLY= # empty
@@ -20,13 +17,8 @@ MAINTAINER= dinoex@FreeBSD.org
RUN_DEPENDS= ${SYSTEMDIR}/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
-.if defined(GNUSTEP_GUI_DEVEL)
RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui-devel
RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/x11-toolkits/gnustep-back
-.else
-RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
-RUN_DEPENDS+= ${XGPSBUNDLEDIR}/libgnustep-xgps:${PORTSDIR}/x11-toolkits/gnustep-xgps
-.endif
PREFIX= ${LOCALBASE}/GNUstep
NO_BUILD= yes
@@ -47,7 +39,6 @@ SYSTEMDIR= ${LOCALBASE}/GNUstep/System
SYSLIBDIR= ${SYSTEMDIR}/Libraries/${GNU_ARCH}/${OPSYS:L}
COMBOLIBDIR= ${SYSLIBDIR}/gnu-gnu-gnu
BACKBUNDLEDIR= ${SYSTEMDIR}/Library/Bundles/libgnustep-back.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/
-XGPSBUNDLEDIR= ${SYSTEMDIR}/Library/Bundles/libgnustep-xgps.bundle/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/
do-install: # empty
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile
index 199382f47a1e..8f4001dd6e2a 100644
--- a/devel/projectcenter.app/Makefile
+++ b/devel/projectcenter.app/Makefile
@@ -9,20 +9,12 @@ PORTNAME= projectcenter.app
PORTVERSION= 0.3.0
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
-.if defined(GNUSTEP_GUI_DEVEL)
-PKGNAMESUFFIX?= -devel
-.endif
DISTNAME= ProjectCenter-${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
WRKSRC= ${WRKDIR}/ProjectCenter
@@ -34,7 +26,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>