mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Convert to USES=metaport
Use options helpers
This commit is contained in:
parent
0ac2358ed5
commit
59990e0680
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382497
@ -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>
|
||||
|
@ -1 +0,0 @@
|
||||
@comment this plist intentionally left empty
|
Loading…
Reference in New Issue
Block a user