pkgsrc/graphics/tex-psgo/Makefile
minskim e3dc56526e Import tex-psgo-0.17 as graphics/tex-psgo.
This is a TeX package to typeset go diagrams with PSTricks.
2011-03-18 21:47:51 +00:00

16 lines
493 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:47:51 minskim Exp $
DISTNAME= psgo
PKGNAME= tex-${DISTNAME}-0.17
TEXLIVE_REV= 15878
MAINTAINER= minskim@NetBSD.org
COMMENT= Typeset go diagrams with PSTricks
DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex
DEPENDS+= tex-pst-node-[0-9]*:../../graphics/tex-pst-node
DEPENDS+= tex-pstricks-[0-9]*:../../graphics/tex-pstricks
DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"