summaryrefslogtreecommitdiff
path: root/graphics/tex-pst-circ/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2011-03-18 21:37:10 +0000
committerminskim <minskim>2011-03-18 21:37:10 +0000
commite1b72add15530acbf9f576049fd1057e39c1e573 (patch)
treeaa215e06e6a64dc2e040e02976a6900f89e20df8 /graphics/tex-pst-circ/Makefile
parent144cf8d34b6695c25ed03d4065fb6cc997f6f0ae (diff)
downloadpkgsrc-e1b72add15530acbf9f576049fd1057e39c1e573.tar.gz
Import tex-pst-circ-2.01 as graphics/tex-pst-circ.
Pst-circ is a package built using PSTricks and in particular pst-node. It can easily draw current 2-terminal devices and some 3- and 4-terminal devices used in electronic or electric theory. The package's macros are designed with a view to 'logical' representation of circuits, as far as possible, so as to relieve the user of purely graphical considerations when expressing a circuit.
Diffstat (limited to 'graphics/tex-pst-circ/Makefile')
-rw-r--r--graphics/tex-pst-circ/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/tex-pst-circ/Makefile b/graphics/tex-pst-circ/Makefile
new file mode 100644
index 00000000000..6b6d1d44a0a
--- /dev/null
+++ b/graphics/tex-pst-circ/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/03/18 21:37:10 minskim Exp $
+
+DISTNAME= pst-circ
+PKGNAME= tex-${DISTNAME}-2.01
+TEXLIVE_REV= 21599
+
+MAINTAINER= minskim@NetBSD.org
+COMMENT= PSTricks package for drawing electric circuits
+
+DEPENDS+= tex-multido-[0-9]*:../../devel/tex-multido
+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"