aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp/Makefile
blob: 7eefa6b4a8dfd3854b05a9072843719fe33ac93a (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
# Created by: erich@FreeBSD.org

PORTNAME=	gimp
DISTVERSION?=	2.10.32
PORTEPOCH?=	2
CATEGORIES=	graphics gnome

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	The "meta-port" for The Gimp

RUN_DEPENDS=	gimp-2.10:graphics/gimp-app

USES+=	metaport

OPTIONS_DEFINE=	PRINT HELP
OPTIONS_DEFAULT=PRINT
PRINT_DESC=	Gutenprint (gimp-print) plugin
HELP_DESC=	Gimp-Help (50+MB distfile)

HELP_RUN_DEPENDS+=	en-gimp-help-html>=0:misc/gimp-help-en
PRINT_RUN_DEPENDS+=	${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:print/gimp-gutenprint \
			gutenprint>0:print/gutenprint

.include <bsd.port.mk>