0f7df72978
0.8.1 (2012-11-12) ------------------ * Add altblock feature (experimental) * Fix bugs 0.8.0 (2012-10-22) ------------------ * Optimize algorithm for rendering shadow * Add options to docutils directive * Fix bugs 0.7.5 (2012-09-29) ------------------ * Fix bugs 0.7.4 (2012-09-20) ------------------ * Support blockdiag-1.1.7 interface * Fix bugs
25 lines
653 B
Makefile
25 lines
653 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/11/19 20:02:13 cheusov Exp $
|
|
#
|
|
|
|
DISTNAME= seqdiag-0.8.1
|
|
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}-blockdiag>=1.1.7:../../graphics/py-blockdiag
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/seqdiag.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|