65ec66fdd3
The main changes here are under the hood: a big refactoring that should have helped fixed some long-standing misfeatures. In case of disaster, there is a new rollback point added (still not using the new LaTeX rollback mechanism, though). - Fixed a long-standing problem with labels and similar decoration with equal signs and commas - Fixed a typo in the manual (thanks to @muzimuzhi on GitHub) - The Mother of All Code Refactoring: no real changes (modulo errors) - Added a rollback point to 1.2.7
13 lines
370 B
Makefile
13 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.6 2021/02/18 19:42:07 markd Exp $
|
|
|
|
DISTNAME= circuitikz.doc
|
|
PKGNAME= tex-${DISTNAME:S/./-/}-1.3.0
|
|
TEXLIVE_REV= 57469
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://ctan.org/pkg/circuitikz
|
|
COMMENT= Documentation for tex-circuitikz
|
|
LICENSE= gnu-gpl-v2 AND lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|