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