diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-06-08 01:34:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-06-08 01:34:38 +0800 |
commit | 27f34ac59010de1910d70568a16e635b667d80d7 (patch) | |
tree | 95b12305eba3ed2cde5d43fa68f71b6fbfbd8e09 /lang | |
parent | c308091af1bdaa1bbec92d4e493418e27f34fa63 (diff) | |
download | freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.tar.gz freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.tar.zst freebsd-ports-gnome-27f34ac59010de1910d70568a16e635b667d80d7.zip |
- Take Maintainership
- use defined dirs consistently in each makefile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-base/Makefile | 10 | ||||
-rw-r--r-- | lang/gnustep-guile/Makefile | 8 | ||||
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 738fe25bde63..481af2598e3a 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -10,11 +10,11 @@ PORTVERSION= 1.3.2 CATEGORIES= lang devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/gnustep-objc +BUILD_DEPENDS= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/libobjc.so:${PORTSDIR}/lang/gnustep-objc +RUN_DEPENDS= ${SYSLIBDIR}/libobjc.so:${PORTSDIR}/lang/gnustep-objc BREAKS_IF_PEDANTIC= yes @@ -44,8 +44,8 @@ GNU_ARCH= ${MACHINE_ARCH} PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \ MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1} ETCDIR= ${PREFIX}/../etc -SYSTEMDIR= ${LOCALBASE}/GNUstep/System -SYSLIBDIR= ${SYSTEMDIR}/Libraries +SYSTEMDIR= ${PREFIX}/System +SYSLIBDIR= ${SYSTEMDIR}/Libraries/${GNU_ARCH}/${OPSYS:L} do-configure: @(cd ${WRKSRC}; . ${SYSTEMDIR}/Makefiles/GNUstep.sh; \ diff --git a/lang/gnustep-guile/Makefile b/lang/gnustep-guile/Makefile index 72899a3a62b5..72e4c144bd6a 100644 --- a/lang/gnustep-guile/Makefile +++ b/lang/gnustep-guile/Makefile @@ -10,10 +10,10 @@ PORTVERSION= 1.0.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base -RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base +BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base +RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile .include <bsd.port.pre.mk> @@ -40,7 +40,7 @@ GNU_ARCH= ${MACHINE_ARCH} .endif PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} -SYSLIBDIR= ${PREFIX}/System/Libraries +COMBOLIBDIR= ${PREFIX}/System/Libraries/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu do-configure: @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \ diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 253663cd3b79..9bd1324f2f5a 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.2.2 CATEGORIES= lang devel MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/libs/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${SYSTEMDIR}/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall |