diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-20 04:49:01 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-20 04:49:01 +0000 |
commit | 9f39feab12fbfabfc9128d35fa736368fcfa4926 (patch) | |
tree | b5ca28911c5c2fbe787f4abaa970895b9038a11c /devel/projectcenter.app | |
parent | 4f690bf6d9a73aa34fb1a5656034e4a90b1786d8 (diff) | |
download | FreeBSD-ports-9f39feab12fbfabfc9128d35fa736368fcfa4926.zip FreeBSD-ports-9f39feab12fbfabfc9128d35fa736368fcfa4926.tar.gz |
- Update to use gnustep-back instead of gnustep-xgps
- Sweep devel slave ports
- retire x11-toolkits/gnustep-xgps
Diffstat (limited to 'devel/projectcenter.app')
-rw-r--r-- | devel/projectcenter.app/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile index 199382f..8f4001d 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> |