pkgsrc/print/tex-qtree/Makefile
joerg b8280a690b Add tex-qtree-3.1b:
The package offers support for drawing tree diagrams, and is especially
suitable for linguistics use. It allows trees to be specified in a simple
bracket notation, automatically calculates branch sizes, and supports
both DVI/PostScript and PDF output by use of pict2e facilities.
2017-05-19 12:29:48 +00:00

13 lines
332 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/05/19 12:29:48 joerg Exp $
DISTNAME= qtree
PKGNAME= tex-${DISTNAME}-3.1b
TEXLIVE_REV= 15878
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= TeX package to print a simple trees
DEPENDS+= tex-pict2e-[0-9]*:../../print/tex-pict2e
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"