Eases the typesetting of notation of semantics and compilers. Includes T-diagrams, various derivation symbols and inference trees.
13 lines
352 B
Makefile
13 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.1 2019/02/02 02:46:55 markd Exp $
|
|
|
|
DISTNAME= semantic
|
|
PKGNAME= tex-${DISTNAME}-2.0
|
|
TEXLIVE_REV= 15878
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ctan.org/pkg/semantic
|
|
COMMENT= Help for writing programming language semantics
|
|
LICENSE= lppl-1.3c
|
|
|
|
.include "../../print/texlive/package.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|