83c45da7b9
PR: 211124 Submitted by: pkubaj@anongoth.pl Approved by: rene (mentor) Approved by: maintainer-timeout MFH: 2016Q3 Security: 6fb8a90f-c9d5-4d14-b940-aed3d63c2edc
28 lines
759 B
Makefile
28 lines
759 B
Makefile
# Created by: erich@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gimp
|
|
DISTVERSION?= 2.8.18
|
|
PORTREVISION?= 0
|
|
PORTEPOCH?= 2
|
|
CATEGORIES= graphics gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= The "meta-port" for The Gimp
|
|
|
|
RUN_DEPENDS= gimp-2.8:graphics/gimp-app
|
|
|
|
USES+= metaport
|
|
|
|
OPTIONS_DEFINE= PYTHON PRINT HELP
|
|
OPTIONS_DEFAULT=PYTHON PRINT HELP
|
|
PYTHON_DESC= Python-fu support
|
|
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
|
|
PYTHON_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:graphics/py-gimp
|
|
PRINT_RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:print/gimp-gutenprint
|
|
PRINT_RUN_DEPENDS+= gutenprint>0:print/gutenprint
|
|
|
|
.include <bsd.port.mk>
|