pkgsrc/graphics/termtosvg/Makefile
wiz bb579283d0 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:53:26 +00:00

19 lines
609 B
Makefile

# $NetBSD: Makefile,v 1.3 2022/01/04 20:54:08 wiz Exp $
DISTNAME= termtosvg-1.1.0
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GITHUB:=nbedos/}
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://nbedos.github.io/termtosvg/
COMMENT= Record terminal sessions as SVG animations
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-pyte-[0-9]*:../../devel/py-pyte
DEPENDS+= ${PYPKGPREFIX}-wcwidth-[0-9]*:../../devel/py-wcwidth
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
.include "../../lang/python/egg.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"