pkgsrc/print/tex-newunicodechar/Makefile
markd c84d95a3c3 tex-newunicodechar{,-doc}: Add version 1.2
The package provides a friendly interface for defining the
meaning of Unicode characters. The document should be processed
by (pdf)LaTeX with the unicode option of inputenc or inputenx,
or by XeLaTeX/LuaLaTeX. The command provided is
\newunicodechar{<char>}{<code>} where <char> is a
directly-typed Unicode character, and <code> is its
replacement.
2019-01-22 11:48:32 +00:00

13 lines
365 B
Makefile

# $NetBSD: Makefile,v 1.1 2019/01/22 11:48:32 markd Exp $
DISTNAME= newunicodechar
PKGNAME= tex-${DISTNAME}-1.2
TEXLIVE_REV= 47382
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ctan.org/pkg/newunicodechar
COMMENT= Definitions of the meaning of Unicode characters
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"