summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-25 08:06:39 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-25 08:06:39 +0800
commit216fdcdde0299b1af657079e75be7e37c4332172 (patch)
tree4ef03e41e4de5b6cecddd88225711fa5afacbbf8 /graphics/gimp/Makefile
parent1c76b41862a34250bf6cd9258810b7db128c68ef (diff)
downloadmarcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar.gz
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar.bz2
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar.lz
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar.xz
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.tar.zst
marcuscom-ports-216fdcdde0299b1af657079e75be7e37c4332172.zip
Update to 2.6.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile46
1 files changed, 46 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
new file mode 100644
index 000000000..a5c24db40
--- /dev/null
+++ b/graphics/gimp/Makefile
@@ -0,0 +1,46 @@
+# New ports collection makefile for: The GIMP
+# Date created: Mon Nov 18 21:28:43 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $FreeBSD$
+# $MCom: ports-stable/graphics/gimp/Makefile,v 1.3 2007/12/02 18:43:48 ahze Exp $
+#
+
+PORTNAME= gimp
+DISTVERSION?= 2.6.7
+PORTREVISION?= 0
+PORTEPOCH?= 2
+CATEGORIES= graphics gnome
+MASTER_SITES?= # empty
+DISTFILES?= # empty
+EXTRACT_ONLY?= # empty
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= The "meta-port" for The Gimp
+
+RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app
+
+OPTIONS= PYTHON "Python-fu support" Off \
+ PRINT "Gutenprint (gimp-print) plugin" On \
+ HELP "Install Gimp-Help (50+MB distfile)" Off
+
+NO_BUILD= yes
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_HELP)
+RUN_DEPENDS+= gimp-help>0:${PORTSDIR}/graphics/gimp-help
+.endif
+
+.if defined(WITH_PYTHON)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/environ/pygimp.env:${PORTSDIR}/graphics/py-gimp
+.endif
+
+.if !defined(WITHOUT_PRINT)
+RUN_DEPENDS+= ${LOCALBASE}/libexec/gimp/2.2/plug-ins/gutenprint:${PORTSDIR}/print/gimp-gutenprint
+RUN_DEPENDS+= gutenprint>0:${PORTSDIR}/print/gutenprint
+.endif
+
+do-install: # empty
+
+.include <bsd.port.post.mk>