pkgsrc/graphics/tex-pst-node/Makefile
minskim 27d1c9c2ea Import tex-pst-node-1.15 as graphics/tex-pst-node.
The package enables the user to connect information, and to place
labels, without knowing (in advance) the actual positions of the items
to be connected, or where the connecting line should go. The macros are
useful for making graphs and trees, mathematical diagrams, linguistic
syntax diagrams, and so on. The package contents were previously
distributed as a part of the pstricks base distribution.
2011-03-18 19:04:49 +00:00

13 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 19:04:49 minskim Exp $
DISTNAME= pst-node
PKGNAME= tex-${DISTNAME}-1.15
TEXLIVE_REV= 21550
MAINTAINER= minskim@NetBSD.org
COMMENT= Draw connections using pstricks
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"