summaryrefslogtreecommitdiff
path: root/graphics/py-graphviz/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2015-11-19 07:38:30 +0000
committerwiz <wiz>2015-11-19 07:38:30 +0000
commit3176eb106809ca47de71a49ffb0b00011056d8c5 (patch)
tree218a33ae4003692842e625bbf820956c67306905 /graphics/py-graphviz/Makefile
parentcd24c3617e5760e38e84ba8f1f3edd798e8c7222 (diff)
downloadpkgsrc-3176eb106809ca47de71a49ffb0b00011056d8c5.tar.gz
Re-import py-graphviz-1.3.1 as graphics/py-graphviz.
Was previously in py-pygraphviz. Fixes PKGNAME to match pkgsrc conventions. While here, fix build by adding pkg-config tool and minor cleanup. PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz is independent from NetworkX but provides a similar programming interface.
Diffstat (limited to 'graphics/py-graphviz/Makefile')
-rw-r--r--graphics/py-graphviz/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/graphics/py-graphviz/Makefile b/graphics/py-graphviz/Makefile
new file mode 100644
index 00000000000..86bfe088154
--- /dev/null
+++ b/graphics/py-graphviz/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2015/11/19 07:38:30 wiz Exp $
+
+DISTNAME= pygraphviz-1.3.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
+CATEGORIES= graphics
+MASTER_SITES= http://pypi.python.org/packages/source/p/pygraphviz/
+
+MAINTAINER= helgoman@users.sourceforge.net
+HOMEPAGE= http://networkx.lanl.gov/pygraphviz/index.html
+COMMENT= Python interface to the Graphviz package
+LICENSE= original-bsd
+
+USE_TOOLS+= pkg-config
+
+.include "../../graphics/graphviz/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"