summaryrefslogtreecommitdiffstats
path: root/graphics/gimp/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-31 02:18:41 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-31 02:18:41 +0800
commit1d715b601a9b9e13a115ec770e9a3c6a56f92510 (patch)
tree64f24e68a4e2fe613b39bb3150a73b39e35c48b8 /graphics/gimp/Makefile
parent79a6d85c8ae28fcd91ce567868f980cb7a1c22f6 (diff)
downloadmarcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar.gz
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar.bz2
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar.lz
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar.xz
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.tar.zst
marcuscom-ports-1d715b601a9b9e13a115ec770e9a3c6a56f92510.zip
- Merge gimp-devel changes to gimp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8584 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp/Makefile')
-rw-r--r--graphics/gimp/Makefile44
1 files changed, 44 insertions, 0 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
new file mode 100644
index 000000000..a2d932e2f
--- /dev/null
+++ b/graphics/gimp/Makefile
@@ -0,0 +1,44 @@
+# New ports collection makefile for: The GIMP
+# Date created: Mon Nov 18 21:28:43 CST 1996
+# Whom: erich@FreeBSD.org
+#
+# $FreeBSD$
+# $MCom: ports/graphics/gimp-devel/Makefile,v 1.28 2007/03/30 17:05:55 ahze Exp $
+#
+
+PORTNAME= gimp
+PORTVERSION?= 2.2
+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.2:${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/print:${PORTSDIR}/print/gimp-gutenprint
+.endif
+
+do-install: # empty
+
+.include <bsd.port.post.mk>