pkgsrc/graphics/tex-pst-barcode/Makefile
minskim c1324414c2 Import tex-pst-barcode-0.08 as graphics/tex-pst-barcode.
An earlier version (0.03) was packaged by David Rankin in PR 33390.

The pst-barcode package allows printing of barcodes, in a huge variety
of formats (see documentation for details). As a pstricks package,
pst-barcode requires pstricks. The package uses PostScript for
calculating the bars. For PDF output use a multi-pass mechansism such as
pst-pdf.
2011-04-05 19:37:53 +00:00

14 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/05 19:37:53 minskim Exp $
DISTNAME= pst-barcode
PKGNAME= tex-${DISTNAME}-0.08
TEXLIVE_REV= 21716
MAINTAINER= minskim@NetBSD.org
COMMENT= Print barcodes using PostScript
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"