summaryrefslogtreecommitdiffstats
path: root/x11/gnome2
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-24 05:21:24 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-01-24 05:21:24 +0800
commit0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9 (patch)
tree36f52c9c3efd2498eecfb333ba1ecf9a89a120af /x11/gnome2
parent6bae9c5124eb509140034d7b51dd9b5590992406 (diff)
downloadmarcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar.gz
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar.bz2
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar.lz
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar.xz
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.tar.zst
marcuscom-ports-0ad7c884ff9e4fcf3d62ecbc7c6930dd430b8ef9.zip
Unbreak. Remove some things that shouldn't have been committed. fix some
OptionsNG nits. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17201 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index c321310d8..fc5d2ee0d 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.308 2012/09/03 16:28:29 mezz Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.309 2013/01/09 18:52:21 kwm Exp $
#
PORTNAME= gnome2
@@ -49,6 +49,7 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple
totem:${PORTSDIR}/multimedia/totem \
gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \
${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \
+ evince:${PORTSDIR}/graphics/evince \
alacarte:${PORTSDIR}/deskutils/alacarte \
gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \
orca:${PORTSDIR}/accessibility/orca \
@@ -68,11 +69,9 @@ USE_PYTHON= yes
.endif
.if !defined(GNOME_SLAVE) || ${.CURDIR:T}=="gnome2-lite"
-OPTIONS_DEFINE= XSCREENSAVER MAPI EXTRAS
-OPTIONS_DEFAULT=EXTRAS
+OPTIONS_DEFINE= XSCREENSAVER MAPI
XSCREENSAVER_DESC= Use xscreensaver as screen saver app
MAPI_DESC= include evolution-mapi (pulls in samba4)
-EXTRAS_DESC= bundle evince, brasero, yelp and epiphany
.endif
do-install: # empty
@@ -80,13 +79,9 @@ do-install: # empty
.include <bsd.port.pre.mk>
.if !defined(GNOME_SLAVE)
-# hmmm XXX
-. if ${.CURDIR:T}=="gnome2-lite" && empty(${PORT_OPTIONS:EXTRAS})
-. if ${ARCH}!="sparc64" && ${ARCH}!="ia64"
+. if ${ARCH}!="sparc64" && ${ARCH}!="ia64"
RUN_DEPENDS+= yelp:${PORTSDIR}/x11/yelp \
epiphany:${PORTSDIR}/www/epiphany
-. endif
-RUN_DEPENDS+= evince:${PORTSDIR}/graphics/evince \
. endif
. if ${.CURDIR:T}!="gnome2-lite"
@@ -110,14 +105,14 @@ RUN_DEPENDS+= cheese:${PORTSDIR}/multimedia/cheese
. if ${ARCH} == "i386"
#RUN_DEPENDS+= tomboy:${PORTSDIR}/deskutils/tomboy
. endif
-. if defined(WITH_MAPI)
+. if ${PORT_OPTIONS:MMAPI}
RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/libexchangemapi-1.0.pc:${PORTSDIR}/mail/evolution-mapi
. endif
. endif
.endif
.if ${.CURDIR}==${MASTERDIR} || ${.CURDIR:T}=="gnome2-lite"
-. if defined(WITH_XSCREENSAVER)
+. if ${PORT_OPTIONS:MXSCREENSAVER}
RUN_DEPENDS+= ${LOCALBASE}/share/applications/xscreensaver-properties.desktop:${PORTSDIR}/x11/xscreensaver-gnome
. else
RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver