087179ca2b
History ======= 0.3.0 (2011-11-19) ------------------ * Add fontfamily attribute for switching fontface * Fix bugs 0.2.4 (2011-11-10) ------------------ * Fix dependencies (do not depend PIL directly for pillow users) 0.2.3 (2011-11-06) ------------------ * Add docutils exetension * Fix bugs 0.2.2 (2011-11-01) ------------------ * Add class feature (experimental) 0.2.1 (2011-11-01) ------------------ * Follow blockdiag-0.9.7 interface 0.2.0 (2011-10-19) ------------------ * Follow blockdiag-0.9.5 interface 0.1.9 (2011-10-11) ------------------ * Fix bugs
21 lines
555 B
Makefile
21 lines
555 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/12/07 13:27:14 obache Exp $
|
|
#
|
|
|
|
DISTNAME= actdiag-0.3.0
|
|
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.0:../../graphics/py-blockdiag
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|