summaryrefslogtreecommitdiff
path: root/graphics/gimp1/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-29 22:05:54 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-29 22:05:54 +0000
commit6faf559bd7327a03d54afa1ed4eabb28f7a2e6c7 (patch)
tree49f7d8f79a2d95c2c553d2fef5086d14362d41e3 /graphics/gimp1/Makefile
parent56bd05ed66a0c586aa3f71dbeb42ee4c71faf7d9 (diff)
downloadpkgsrc-6faf559bd7327a03d54afa1ed4eabb28f7a2e6c7.tar.gz
Reimport gimp as gimp1.
Diffstat (limited to 'graphics/gimp1/Makefile')
-rw-r--r--graphics/gimp1/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/gimp1/Makefile b/graphics/gimp1/Makefile
new file mode 100644
index 00000000000..72bd7805f91
--- /dev/null
+++ b/graphics/gimp1/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 22:05:54 xtraeme Exp $
+#
+
+DISTNAME= gimp-1.2.5
+CATEGORIES= graphics
+DISTFILES= # nothing
+
+MAINTAINER= hubertf@NetBSD.org
+HOMEPAGE= http://www.gimp.org/
+COMMENT= GNU Image Manipulation Program
+
+NO_BUILD= YES
+
+DEPENDS+= gimp-base>=1.2.5:../../graphics/gimp-base
+DEPENDS+= gimp-data>=1.2:../../graphics/gimp-data
+DEPENDS+= gimp-print>=4.2.0:../../print/gimp-print
+DEPENDS+= gimp-print-escputil>=4.2.0:../../print/gimp-print-escputil
+
+do-install: # nothing
+
+.include "../../mk/bsd.pkg.mk"