aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnome-utils/Makefile
blob: 5e90a1f454513f7fe4fdee88808dcccbc90cb91a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>

PORTNAME=	gnome-utils
PORTVERSION=	3.26
PORTREVISION=	1
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-calendar>=3.0:deskutils/gnome-calendar \
		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
		# Temporarily disabled due to build errors, see PR 257667
		#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>