summaryrefslogtreecommitdiffstats
path: root/x11/gnome2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 03:16:31 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-06-28 03:16:31 +0800
commit9cb5055ec734a8cfa64860f0811c17a08938385d (patch)
treed728e6e5653f2492216f69aa01f587f6a9b11587 /x11/gnome2
parent6d2dc3e1e2f6fd74c2af9c48d0968e91a0ac0b61 (diff)
downloadmarcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.gz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.bz2
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.lz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.xz
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.tar.zst
marcuscom-ports-9cb5055ec734a8cfa64860f0811c17a08938385d.zip
Try out a master/slave relationship to consolidate common macros.
Suggedted by: adamw git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 6dc4f6d99..7a8501b9a 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -7,15 +7,15 @@
PORTNAME= gnome2
PORTVERSION= 2.11.3
-CATEGORIES= x11 gnome
+CATEGORIES?= x11 gnome
MASTER_SITES= # empty
DISTFILES= # empty
EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
-COMMENT= The "meta-port" for the GNOME 2 integrated X11 desktop
+COMMENT?= The "meta-port" for the GNOME 2 integrated X11 desktop
-RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 \
+RUN_DEPENDS?= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2 \
gnome-cd:${PORTSDIR}/audio/gnomemedia2 \
gnome-dictionary:${PORTSDIR}/deskutils/gnomeutils2 \
eog:${PORTSDIR}/graphics/eog \
@@ -62,9 +62,11 @@ RUN_DEPENDS= ${X11BASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnomeapplets2
NO_BUILD= yes
+.if !defined(GNOME_SLAVE)
USE_PYTHON= yes
+.endif
-.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING) && !defined(GNOME_SLAVE)
pre-configure:
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
@@ -73,8 +75,10 @@ do-install: # empty
.include <bsd.port.pre.mk>
+.if !defined(GNOME_SLAVE)
.if ${ARCH} == "i386" || ${OSVERSION} > 500035
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
.endif
+.endif
.include <bsd.port.post.mk>