aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gnustep
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2005-07-28 01:11:51 +0800
committerdinoex <dinoex@FreeBSD.org>2005-07-28 01:11:51 +0800
commitd373ab348fc035e083aa1f4c294b0a50225c2b99 (patch)
tree6e48618eb10751db9a5f2ed5a1695f367eb14bae /devel/gnustep
parente25658578194547b90286cb53bebaf67113a3bc9 (diff)
downloadfreebsd-ports-gnome-d373ab348fc035e083aa1f4c294b0a50225c2b99.tar.gz
freebsd-ports-gnome-d373ab348fc035e083aa1f4c294b0a50225c2b99.tar.zst
freebsd-ports-gnome-d373ab348fc035e083aa1f4c294b0a50225c2b99.zip
- update to 1.10.0
Diffstat (limited to 'devel/gnustep')
-rw-r--r--devel/gnustep/Makefile32
1 files changed, 6 insertions, 26 deletions
diff --git a/devel/gnustep/Makefile b/devel/gnustep/Makefile
index 5ec16c0d23a1..abf963a8820c 100644
--- a/devel/gnustep/Makefile
+++ b/devel/gnustep/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnustep
-PORTVERSION= 1.10.2
+PORTVERSION= 1.11.0
CATEGORIES= devel lang
MASTER_SITES= # empty
DISTFILES= # empty
@@ -15,34 +15,14 @@ EXTRACT_ONLY= # empty
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Objective-C libraries based on the OpenStep standard
-RUN_DEPENDS+= ${SYSMAKEDIR}/GNUstep.sh:${PORTSDIR}/${GNUSTEP_MAKE_PORT}
-RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/${GNUSTEP_BASE_PORT}
-RUN_DEPENDS+= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/${GNUSTEP_GUI_PORT}
-RUN_DEPENDS+= ${BACKBUNDLEDIR}/libgnustep-back:${PORTSDIR}/${GNUSTEP_BACK_PORT}
-
PREFIX= ${LOCALBASE}/GNUstep
NO_MTREE= yes
NO_BUILD= yes
-SYSTEMDIR= ${PREFIX}/System
-SYSMAKEDIR= ${SYSTEMDIR}/Makefiles
-BUNDLEDIR= ${SYSTEMDIR}/Library/Bundles
-GNUSTEP_MAKE_PORT?= devel/gnustep-make
-GNUSTEP_BASE_PORT?= lang/gnustep-base
-GNUSTEP_GUI_PORT?= x11-toolkits/gnustep-gui
-GNUSTEP_BACK_PORT?= x11-toolkits/gnustep-back
-
-.include <bsd.port.pre.mk>
-
-.if ${MACHINE_ARCH} == "i386"
-GNU_ARCH= ix86
-.else
-GNU_ARCH= ${MACHINE_ARCH}
-.endif
-
-SYSLIBDIR= ${SYSTEMDIR}/Library/Libraries
-COMBOLIBDIR= ${SYSLIBDIR}
-BACKBUNDLEDIR= ${BUNDLEDIR}/libgnustep-back.bundle
+USE_GNUSTEP= yes
+USE_GNUSTEP_BASE= yes
+USE_GNUSTEP_GUI= yes
+USE_GNUSTEP_BACK= yes
do-install: # empty
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>