diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-07-28 01:11:51 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-07-28 01:11:51 +0800 |
commit | d373ab348fc035e083aa1f4c294b0a50225c2b99 (patch) | |
tree | 6e48618eb10751db9a5f2ed5a1695f367eb14bae /devel | |
parent | e25658578194547b90286cb53bebaf67113a3bc9 (diff) | |
download | freebsd-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')
-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> |