summaryrefslogtreecommitdiff
path: root/graphics/py-nwdiag/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-08-07 15:45:04 +0000
committerobache <obache@pkgsrc.org>2011-08-07 15:45:04 +0000
commit4f588006d3d864bd142ae6bddc92b09a346b0235 (patch)
tree11fce023f8abbe7f22f9d7aa2a0e503cdee945a6 /graphics/py-nwdiag/Makefile
parent110409d482df9f05ded9c82af5fa6903d25b08dd (diff)
downloadpkgsrc-4f588006d3d864bd142ae6bddc92b09a346b0235.tar.gz
Import py-nwdiag-0.3.3 as graphics/py-nwdiag.
`nwdiag' generate network-diagram image file from spec-text file. * Generate network-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
Diffstat (limited to 'graphics/py-nwdiag/Makefile')
-rw-r--r--graphics/py-nwdiag/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/py-nwdiag/Makefile b/graphics/py-nwdiag/Makefile
new file mode 100644
index 00000000000..4f6ea1199c3
--- /dev/null
+++ b/graphics/py-nwdiag/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/07 15:45:04 obache Exp $
+#
+
+DISTNAME= nwdiag-0.3.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= http://pypi.python.org/packages/source/n/nwdiag/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://blockdiag.com/nwdiag/build/html/
+COMMENT= Simple network-diagram image generator
+LICENSE= apache-2.0
+
+DEPENDS+= ${PYPKGPREFIX}-imaging>=1.1.7nb3:../../graphics/py-imaging
+DEPENDS+= ${PYPKGPREFIX}-funcparserlib>=0.3.4:../../devel/py-funcparserlib
+DEPENDS+= ${PYPKGPREFIX}-blockdiag>=0.8.7:../../graphics/py-blockdiag
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"