1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/deskutils/gnome-utils/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

35 lines
1.0 KiB
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-utils
PORTVERSION= 3.18.0
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 support utilities
USES= metaport
RUN_DEPENDS= baobab>=3.0:deskutils/baobab \
gnome-screenshot>=3.0:deskutils/gnome-screenshot \
gnote>=3.0:deskutils/gnote \
gnome-contacts>=3.0:deskutils/gnome-contacts \
gnome-search-tool>=3.0:deskutils/gnome-search-tool \
gnome-dictionary>=3.0:deskutils/gnome-dictionary \
gnome-system-log>=3.0:deskutils/gnome-system-log \
gnome-font-viewer>=3.0:deskutils/gnome-font-viewer \
gnome-system-monitor>=3.0:sysutils/gnome-system-monitor \
gnome-photos>=3.0:deskutils/gnome-photos \
gnome-clocks>=3.0:deskutils/gnome-clocks \
gnome-maps>=3.0:deskutils/gnome-maps \
gnome-weather>=3.0:deskutils/gnome-weather \
gnome-todo>=3.0:deskutils/gnome-todo
OPTIONS_DEFINE= DOCS
DOCS_DESC= Build Gnome Documents (pulls in tracker)
DOCS_RUN_DEPENDS+= gnome-documents>=0:deskutils/gnome-documents
.include <bsd.port.mk>