freebsd-ports/graphics/gimp/Makefile
Koop Mast ed194a6a30 Update gimp to 2.8.22. (1)
* Move libsoup to the helpbrowser dependancy (2)
* Gimp plugins need kern.ipc.shm_allow_removed=1, which is default for
  11.0-R and newer. Add pkg-message for 10.x (3)
* Move desktop-file-utils so it only applies to the gimp-app port.

PR:		219156 (based on)(1), 214751 (2), 204919 (3), 206097 (3)
Submitted by:	mi@ (1), Christian Heckendorf <heckendorfc@gmail.com> (2)
2017-05-23 19:36:56 +00:00

28 lines
759 B
Makefile

# Created by: erich@FreeBSD.org
# $FreeBSD$
PORTNAME= gimp
DISTVERSION?= 2.8.22
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>