blob: ca92fa6e30a8d07aff9ed4bbc864d29b1744420c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.2 2022/09/01 11:12:03 markd Exp $
DISTNAME= schulmathematik
PKGNAME= tex-${DISTNAME}-1.3
TEXLIVE_REV= 64108
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/schulmathematik
COMMENT= Commands, document classes for German-speaking teachers of maths and physics
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
|