summaryrefslogtreecommitdiff
path: root/graphics/py-seqdiag/Makefile
diff options
context:
space:
mode:
authorobache <obache>2011-08-07 15:45:43 +0000
committerobache <obache>2011-08-07 15:45:43 +0000
commit3ea4575210ae6dbf2ce243b4059d06df26c44780 (patch)
treeb7af7e17eb4a2eb86bbbe974ab9acead37164156 /graphics/py-seqdiag/Makefile
parentfe5b4f39f074dc7e6bc8d4d18e713a2943141d50 (diff)
downloadpkgsrc-3ea4575210ae6dbf2ce243b4059d06df26c44780.tar.gz
Import py-seqdiag-0.3.8 as graphics/py-seqdiag.
`seqdiag' generate sequence-diagram image file from spec-text file. * Generate sequence-diagram from dot like text (basic feature). * Multilingualization for node-label (utf-8 only).
Diffstat (limited to 'graphics/py-seqdiag/Makefile')
-rw-r--r--graphics/py-seqdiag/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/py-seqdiag/Makefile b/graphics/py-seqdiag/Makefile
new file mode 100644
index 00000000000..0983d65dba8
--- /dev/null
+++ b/graphics/py-seqdiag/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/08/07 15:45:43 obache Exp $
+#
+
+DISTNAME= seqdiag-0.3.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= http://pypi.python.org/packages/source/s/seqdiag/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://blockdiag.com/seqdiag/build/html/
+COMMENT= Simple sequence-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.1:../../graphics/py-blockdiag
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"