diff options
author | minskim <minskim@pkgsrc.org> | 2011-10-19 21:39:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-10-19 21:39:18 +0000 |
commit | ba298dfb77e3fde72600d52349026efb6f8c85ac (patch) | |
tree | 1d30f3b815f1766036fc704e7a2a9a2f9c208bec /fonts/tex-uhc/Makefile | |
parent | 6f35d78ba11b80412ec2afe251721f07e7758755 (diff) | |
download | pkgsrc-ba298dfb77e3fde72600d52349026efb6f8c85ac.tar.gz |
Import tex-uhc-2011 as fonts/tex-uhc.
Support for Korean documents written in Korean standard KSC codes for
LaTeX2e.
Diffstat (limited to 'fonts/tex-uhc/Makefile')
-rw-r--r-- | fonts/tex-uhc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fonts/tex-uhc/Makefile b/fonts/tex-uhc/Makefile new file mode 100644 index 00000000000..6d88aa37c15 --- /dev/null +++ b/fonts/tex-uhc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/10/19 21:39:18 minskim Exp $ + +DISTNAME= uhc +PKGNAME= tex-${DISTNAME}-2011 +TEXLIVE_REV= 16791 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Fonts for the Korean language + +TEX_MAP_FILES+= umj.map + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" |