pkgsrc/graphics/py-actdiag/Makefile
cheusov bd949b34de Update to arcdiag-1.4.1
0.4.1 (2012-10-28)
        ------------------
        * Fix bugs

        0.4.0 (2012-10-22)
        ------------------
        * Optimize algorithm for rendering shadow
        * Add options to docutils directive
        * Fix bugs

        0.3.4 (2012-09-29)
        ------------------
        * Fix bugs
2012-11-19 19:57:29 +00:00

25 lines
653 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/11/19 19:57:29 cheusov Exp $
#
DISTNAME= actdiag-0.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics
MASTER_SITES= http://pypi.python.org/packages/source/a/actdiag/
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://blockdiag.com/actdiag/build/html/
COMMENT= Simple activity-diagram image generator
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-blockdiag>=1.1.2:../../graphics/py-blockdiag
USE_LANGUAGES= # none
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
post-install:
${INSTALL_MAN} ${WRKSRC}/actdiag.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"