blob: 32d69e3bcfa9fe9a13b323145bc41a62fc91c0c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|