2000-02-24 07:32:36 +00:00
|
|
|
# New ports collection makefile for: The GIMP
|
1996-11-19 03:36:29 +00:00
|
|
|
# Date created: Mon Nov 18 21:28:43 CST 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1999-08-25 06:16:32 +00:00
|
|
|
# $FreeBSD$
|
2007-12-12 05:04:16 +00:00
|
|
|
# $MCom: ports-stable/graphics/gimp/Makefile,v 1.3 2007/12/02 18:43:48 ahze Exp $
|
2007-04-04 15:18:50 +00:00
|
|
|
#
|
1996-11-19 03:36:29 +00:00
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gimp
|
2008-02-09 18:08:05 +00:00
|
|
|
DISTVERSION?= 2.4.4
|
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
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app
|
1996-11-19 03:36:29 +00:00
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
OPTIONS= PYTHON "Python-fu support" Off \
|
|
|
|
PRINT "Gutenprint (gimp-print) plugin" On \
|
2007-04-04 15:18:50 +00:00
|
|
|
HELP "Install Gimp-Help (50+MB distfile)" Off
|
2002-08-12 18:15:20 +00:00
|
|
|
|
2007-04-04 15:18:50 +00:00
|
|
|
NO_BUILD= yes
|
2005-01-28 06:34:24 +00:00
|
|
|
|
2005-06-27 18:35:22 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-01-28 06:34:24 +00:00
|
|
|
|
2007-04-04 15:18:50 +00:00
|
|
|
.if defined(WITH_HELP)
|
|
|
|
RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
|
2006-06-26 10:39:06 +00:00
|
|
|
.endif
|
|
|
|
|
2007-10-24 23:37:25 +00:00
|
|
|
.if defined(WITH_PYTHON)
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
|
|
|
|
.endif
|
2004-12-24 18:39:50 +00:00
|
|
|
|
2007-04-04 15:18:50 +00:00
|
|
|
.if !defined(WITHOUT_PRINT)
|
2007-10-24 23:37:25 +00:00
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint
|
2002-10-13 15:05:24 +00:00
|
|
|
.endif
|
|
|
|
|
2007-04-04 15:18:50 +00:00
|
|
|
do-install: # empty
|
2004-12-24 18:39:50 +00:00
|
|
|
|
2003-04-19 07:37:00 +00:00
|
|
|
.include <bsd.port.post.mk>
|