05d67c0a24
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.
16 lines
518 B
Makefile
16 lines
518 B
Makefile
# $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"
|