fd8da76118
pst-tree is a pstricks package that defines a macro \pstree which offers a structured way of joining nodes created using pst-node in order to draw trees.
15 lines
440 B
Makefile
15 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:43:51 minskim Exp $
|
|
|
|
DISTNAME= pst-tree
|
|
PKGNAME= tex-${DISTNAME}-1.12
|
|
TEXLIVE_REV= 21589
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Trees, using pstricks
|
|
|
|
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
|
|
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"
|