diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:11:51 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-07-27 17:11:51 +0000 |
commit | a69d82a06f9e6e8de01e8a43e90dddc7aa60539a (patch) | |
tree | 88ba12562d437db349d0e81aa5ccc8856b57a602 /devel | |
parent | d2e082dc88200867bf864c53ff123adc9c60b88a (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gnustep-make/Makefile | 2 | ||||
-rw-r--r-- | devel/gnustep-make/distinfo | 4 | ||||
-rw-r--r-- | devel/gnustep-make/pkg-plist | 1 | ||||
-rw-r--r-- | devel/gnustep/Makefile | 32 |
4 files changed, 9 insertions, 30 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile index e4f849fea497..c63d241b061c 100644 --- a/devel/gnustep-make/Makefile +++ b/devel/gnustep-make/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnustep-make -PORTVERSION= 1.10.0 +PORTVERSION= 1.11.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core diff --git a/devel/gnustep-make/distinfo b/devel/gnustep-make/distinfo index 901926b7b341..2d518cb81c1c 100644 --- a/devel/gnustep-make/distinfo +++ b/devel/gnustep-make/distinfo @@ -1,2 +1,2 @@ -MD5 (gnustep-make-1.10.0.tar.gz) = bfd0f6530b938e7ee1d5a300219a0ab3 -SIZE (gnustep-make-1.10.0.tar.gz) = 372852 +MD5 (gnustep-make-1.11.0.tar.gz) = 91f7e64e0531d56571ae93f6fdf14f58 +SIZE (gnustep-make-1.11.0.tar.gz) = 380469 diff --git a/devel/gnustep-make/pkg-plist b/devel/gnustep-make/pkg-plist index 71b7527d8471..de5c151e9233 100644 --- a/devel/gnustep-make/pkg-plist +++ b/devel/gnustep-make/pkg-plist @@ -1,6 +1,5 @@ @exec mkdir -p %D/System/Library/Makefiles @exec ln -s Library/Makefiles %D/System -System/.GNUsteprc System/Library/Makefiles/GNUstep-reset.sh System/Library/Makefiles/GNUstep.csh System/Library/Makefiles/GNUstep.sh 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> |