2013-03-11 13:19:08 +01:00
|
|
|
# Created by: erich@FreeBSD.org
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
2013-03-11 13:19:08 +01:00
|
|
|
# $MCom: ports/graphics/gimp/Makefile,v 1.22 2012/11/26 13:31:16 kwm Exp $
|
1996-11-19 04:36:29 +01:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gimp
|
2013-06-24 20:24:31 +02:00
|
|
|
DISTVERSION?= 2.8.6
|
2010-06-24 19:12:10 +02:00
|
|
|
PORTREVISION?= 0
|
2007-04-04 17:18:50 +02:00
|
|
|
PORTEPOCH?= 2
|
2000-06-01 18:25:45 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2007-04-04 17:18:50 +02:00
|
|
|
MASTER_SITES?= # empty
|
|
|
|
DISTFILES?= # empty
|
|
|
|
EXTRACT_ONLY?= # empty
|
1996-11-19 04:36:29 +01:00
|
|
|
|
2002-08-12 20:15:20 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2007-04-04 17:18:50 +02:00
|
|
|
COMMENT= The "meta-port" for The Gimp
|
1999-05-29 06:17:00 +02:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
RUN_DEPENDS= gimp-2.8:${PORTSDIR}/graphics/gimp-app
|
1996-11-19 04:36:29 +01:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
OPTIONS_DEFINE= PYTHON PRINT HELP
|
2013-03-18 23:20:39 +01:00
|
|
|
OPTIONS_DEFAULT=PYTHON PRINT HELP
|
2013-03-11 13:19:08 +01:00
|
|
|
PYTHON_DESC= Python-fu support
|
|
|
|
PRINT_DESC= Gutenprint (gimp-print) plugin
|
|
|
|
HELP_DESC= Gimp-Help (50+MB distfile)
|
2002-08-12 20:15:20 +02:00
|
|
|
|
2007-04-04 17:18:50 +02:00
|
|
|
NO_BUILD= yes
|
2005-01-28 07:34:24 +01:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2005-01-28 07:34:24 +01:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
.if ${PORT_OPTIONS:MHELP}
|
2010-06-25 04:16:59 +02:00
|
|
|
RUN_DEPENDS+= gimp-help*>0:${PORTSDIR}/graphics/gimp-help
|
2006-06-26 12:39:06 +02:00
|
|
|
.endif
|
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
.if ${PORT_OPTIONS:MPYTHON}
|
2007-10-25 01:37:25 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
|
|
|
|
.endif
|
2004-12-24 19:39:50 +01:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
.if ${PORT_OPTIONS:MPRINT}
|
2007-10-25 01:37:25 +02:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint
|
2008-02-29 19:42:48 +01:00
|
|
|
RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint
|
2002-10-13 17:05:24 +02:00
|
|
|
.endif
|
|
|
|
|
2007-04-04 17:18:50 +02:00
|
|
|
do-install: # empty
|
2004-12-24 19:39:50 +01:00
|
|
|
|
2013-03-11 13:19:08 +01:00
|
|
|
.include <bsd.port.mk>
|