diff options
author | wiz <wiz> | 2015-05-03 19:12:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-05-03 19:12:38 +0000 |
commit | 1952b09d5cf346e01d6d986ed803f8c399a6a6f8 (patch) | |
tree | 473d1feea8ed17a044947730b488565c869e41bf /fonts/tex-ocherokee/Makefile | |
parent | f45b22721162475a22a862e6489d3eede4f792fe (diff) | |
download | pkgsrc-1952b09d5cf346e01d6d986ed803f8c399a6a6f8.tar.gz |
Import tex-ocherokee-2014 as fonts/tex-ocherokee.
Macros and Type 1 fonts for Typesetting the Cherokee language
with the Omega version of LaTeX (known as Lambda).
Diffstat (limited to 'fonts/tex-ocherokee/Makefile')
-rw-r--r-- | fonts/tex-ocherokee/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fonts/tex-ocherokee/Makefile b/fonts/tex-ocherokee/Makefile new file mode 100644 index 00000000000..387361bafc5 --- /dev/null +++ b/fonts/tex-ocherokee/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2015/05/03 19:12:38 wiz Exp $ + +DISTNAME= ocherokee +PKGNAME= tex-${DISTNAME}-2014 +TEXLIVE_REV= 25689 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= LaTeX Support for the Cherokee language +# LICENSE= lppl + +TEX_MAP_FILES+= cherokee.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |