pkgsrc/graphics/py-seqdiag/Makefile
obache 912ee94fbe 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).
2011-08-07 15:45:43 +00:00

23 lines
703 B
Makefile

# $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"