b8280a690b
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.
13 lines
332 B
Makefile
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"
|