summaryrefslogtreecommitdiff
path: root/graphics/pear-Image_Canvas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pear-Image_Canvas/Makefile')
-rw-r--r--graphics/pear-Image_Canvas/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/pear-Image_Canvas/Makefile b/graphics/pear-Image_Canvas/Makefile
new file mode 100644
index 00000000000..66408656f61
--- /dev/null
+++ b/graphics/pear-Image_Canvas/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/03 20:57:53 adrianp Exp $
+
+DISTNAME= Image_Canvas-0.2.4
+CATEGORIES= graphics
+
+MAINTAINER= adrianp@NetBSD.org
+HOMEPAGE= http://pear.php.net/package/Image_Color/
+COMMENT= Common interface to image drawing, making image source code
+
+DEPENDS+= pear-Image_Color>=1.0.0:../../graphics/pear-Image_Color
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"