summaryrefslogtreecommitdiff
path: root/graphics/py-dot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-dot/Makefile')
-rw-r--r--graphics/py-dot/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/graphics/py-dot/Makefile b/graphics/py-dot/Makefile
new file mode 100644
index 00000000000..9e6bfa265e4
--- /dev/null
+++ b/graphics/py-dot/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2014/01/19 20:15:43 wiz Exp $
+
+DISTNAME= pydot-1.0.28
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= graphics python
+MASTER_SITES= http://pydot.googlecode.com/files/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://code.google.com/p/pydot/
+COMMENT= Python interface to Graphviz's Dot language
+LICENSE= mit
+
+DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
+DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz
+
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 1.0.28
+
+post-install:
+ ${RM} ${DESTDIR}${PREFIX}/README
+ ${RM} ${DESTDIR}${PREFIX}/LICENSE
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"