Release notes: https://www.gimp.org/news/2021/09/18/gimp-2-10-28-released/ With hat: desktop
24 lines
580 B
Makefile
24 lines
580 B
Makefile
# Created by: erich@FreeBSD.org
|
|
|
|
PORTNAME= gimp
|
|
DISTVERSION?= 2.10.28
|
|
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>
|