diff options
Diffstat (limited to 'graphics/tex-pst-node/Makefile')
-rw-r--r-- | graphics/tex-pst-node/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/tex-pst-node/Makefile b/graphics/tex-pst-node/Makefile new file mode 100644 index 00000000000..944eb795827 --- /dev/null +++ b/graphics/tex-pst-node/Makefile @@ -0,0 +1,13 @@ +# $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" |