pkgsrc/graphics/tex-circuitikz/Makefile
markd e944d68c62 Add tex-circuitikz{,-doc} 0.6
The package provides a set of macros for naturally typesetting
electrical and (somewhat less naturally, perhaps) electronic
networks. It is designed as a tool that is easy to use, with a
lean syntax, native to LaTeX, and directly supporting PDF
output format. So is based on the very impressive pgf/TikZ
package.
2016-07-14 11:57:40 +00:00

15 lines
389 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/07/14 11:57:40 markd Exp $
DISTNAME= circuitikz
PKGNAME= tex-${DISTNAME}-0.6
TEXLIVE_REV= 41299
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/circuitikz
COMMENT= Draw electrical networks with TikZ
LICENSE= lppl-1.3c
DEPENDS+= tex-pgf-[0-9]*:../../print/tex-pgf
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"