aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-utils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:03:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-28 15:03:50 +0000
commit59990e068033b2763a22a175985669636c94c2ef (patch)
treec1fe6c4aa55ac403cef16cebe571d5b72782021c /deskutils/gnome-utils
parent0ac2358ed58b26607e09bac7caafa4980b2db57e (diff)
downloadports-59990e068033b2763a22a175985669636c94c2ef.tar.gz
ports-59990e068033b2763a22a175985669636c94c2ef.zip
Convert to USES=metaport
Use options helpers
Notes
Notes: svn path=/head/; revision=382497
Diffstat (limited to 'deskutils/gnome-utils')
-rw-r--r--deskutils/gnome-utils/Makefile17
-rw-r--r--deskutils/gnome-utils/pkg-plist1
2 files changed, 4 insertions, 14 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index ed4a8c034702..6c9ec6be20fc 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -6,13 +6,12 @@ PORTNAME= gnome-utils
PORTVERSION= 3.14.0
PORTEPOCH= 1
CATEGORIES= deskutils gnome
-MASTER_SITES= # empty
-DISTFILES= # empty
-EXTRACT_ONLY= # empty
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 support utilities
+USES= metaport
+
RUN_DEPENDS= baobab>=3.0:${PORTSDIR}/deskutils/baobab \
gnome-screenshot>=3.0:${PORTSDIR}/deskutils/gnome-screenshot \
gnote>=3.0:${PORTSDIR}/deskutils/gnote \
@@ -27,17 +26,9 @@ RUN_DEPENDS= baobab>=3.0:${PORTSDIR}/deskutils/baobab \
gnome-maps>=3.0:${PORTSDIR}/deskutils/gnome-maps \
gnome-weather>=3.0:${PORTSDIR}/deskutils/gnome-weather
-NO_BUILD= yes
-NO_INSTALL= yes
-NO_MTREE= yes
-
-OPTIONS_DEFINE= DOCS
+OPTIONS_DEFINE= DOCS
DOCS_DESC= Build Gnome Documents (pulls in tracker)
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-RUN_DEPENDS+= gnome-documents>=0:${PORTSDIR}/deskutils/gnome-documents
-.endif
+DOCS_RUN_DEPENDS+= gnome-documents>=0:${PORTSDIR}/deskutils/gnome-documents
.include <bsd.port.mk>
diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist
deleted file mode 100644
index 549a621fec0c..000000000000
--- a/deskutils/gnome-utils/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-@comment this plist intentionally left empty