aboutsummaryrefslogtreecommitdiff
path: root/devel/gnustep
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-07-27 17:11:51 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-07-27 17:11:51 +0000
commita69d82a06f9e6e8de01e8a43e90dddc7aa60539a (patch)
tree88ba12562d437db349d0e81aa5ccc8856b57a602 /devel/gnustep
parentd2e082dc88200867bf864c53ff123adc9c60b88a (diff)
downloadports-a69d82a06f9e6e8de01e8a43e90dddc7aa60539a.tar.gz
ports-a69d82a06f9e6e8de01e8a43e90dddc7aa60539a.zip
Notes
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>