aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2002-06-08 01:34:38 +0800
committerdinoex <dinoex@FreeBSD.org>2002-06-08 01:34:38 +0800
commit27f34ac59010de1910d70568a16e635b667d80d7 (patch)
tree95b12305eba3ed2cde5d43fa68f71b6fbfbd8e09 /x11-toolkits
parentc308091af1bdaa1bbec92d4e493418e27f34fa63 (diff)
downloadfreebsd-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 'x11-toolkits')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile10
-rw-r--r--x11-toolkits/gnustep-xgps/Makefile10
-rw-r--r--x11-toolkits/gtoolkit/Makefile2
3 files changed, 13 insertions, 9 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 312dcf8864e1..c931909b42b0 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -12,12 +12,14 @@ MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/ \
http://ftp.codefactory.se/pub/gnu/gstep/ \
http://planetmirror.com/pub/gnustep/core/
-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= tiff.4:${PORTSDIR}/graphics/tiff
+BREAKS_IF_PEDANTIC= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
@@ -41,7 +43,7 @@ GNU_ARCH= ${MACHINE_ARCH}
PLIST_SUB+= GNU_ARCH=${GNU_ARCH} OPSYS=${OPSYS:L} VERSION=${PORTVERSION} \
MAJORVERSION=${PORTVERSION:C/([0-9]).*/\1/1}
-SYSLIBDIR= ${PREFIX}/System/Libraries
+COMBOLIBDIR= ${PREFIX}/System/Libraries/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu
post-extract:
.for file in config.guess config.sub install-sh
diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile
index b2c2810e3d5e..4c55654729e2 100644
--- a/x11-toolkits/gnustep-xgps/Makefile
+++ b/x11-toolkits/gnustep-xgps/Makefile
@@ -10,13 +10,15 @@ PORTVERSION= 0.7.6
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.gnustep.org/pub/gnustep/core/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
-BUILD_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
-RUN_DEPENDS= ${SYSLIBDIR}/${GNU_ARCH}/${OPSYS:L}/gnu-gnu-gnu/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
+BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
+RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-gui.so:${PORTSDIR}/x11-toolkits/gnustep-gui
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
+BREAKS_IF_PEDANTIC= yes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 300000
@@ -44,7 +46,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/x11-toolkits/gtoolkit/Makefile b/x11-toolkits/gtoolkit/Makefile
index c8570adaff59..33c66d7a7c86 100644
--- a/x11-toolkits/gtoolkit/Makefile
+++ b/x11-toolkits/gtoolkit/Makefile
@@ -10,7 +10,7 @@ PORTVERSION= 0.9.4
CATEGORIES= x11-toolkits
MASTER_SITES= ftp://ftp.inf.uos.de/pub/elmar/gtk/objc-gtoolkit/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= dinoex@FreeBSD.org
BUILD_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base
RUN_DEPENDS= ${COMBOLIBDIR}/libgnustep-base.so:${PORTSDIR}/lang/gnustep-base