summaryrefslogtreecommitdiff
path: root/fonts/tex-uhc-fonts-extra/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-15 19:55:59 +0000
committerminskim <minskim@pkgsrc.org>2005-11-15 19:55:59 +0000
commit3701f9ba73ba4f65afb02142a69d708f3ff7d0cc (patch)
tree03d255e050f30a550f60c8d3a14e799b3643d26c /fonts/tex-uhc-fonts-extra/Makefile
parentfedad0dd85f117ccb23113f97d0f6cefa453e7d4 (diff)
downloadpkgsrc-3701f9ba73ba4f65afb02142a69d708f3ff7d0cc.tar.gz
Import tex-uhc-fonts-extra.
This package provides 11 extra UHC fonts that can be used with HLaTeX: graphic, gungseo, shinmun, pilgi, pen, bom, yetgul, jamo, vada, pilgia, and dinaru.
Diffstat (limited to 'fonts/tex-uhc-fonts-extra/Makefile')
-rw-r--r--fonts/tex-uhc-fonts-extra/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/fonts/tex-uhc-fonts-extra/Makefile b/fonts/tex-uhc-fonts-extra/Makefile
new file mode 100644
index 00000000000..f7450574d3d
--- /dev/null
+++ b/fonts/tex-uhc-fonts-extra/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/15 19:55:59 minskim Exp $
+
+PKGNAME= tex-${DISTNAME:S/fonts/fonts-extra/}
+COMMENT= Extra UHC fonts for HLaTeX
+
+DEPENDS+= tex-uhc-fonts-base>=1.0:../../fonts/tex-uhc-fonts-base
+
+TEXFONTMAPS= uhc-extra.map
+
+UHC_FONTS= uhc-graphic-1.0.tar.gz \
+ uhc-gungseo-1.0.tar.gz \
+ uhc-shinmun-1.0.tar.gz \
+ uhc-pilgi-1.0.tar.gz \
+ uhc-pen-1.0.tar.gz \
+ uhc-bom-1.0.tar.gz \
+ uhc-yetgul-1.0.tar.gz \
+ uhc-jamo-1.0.tar.gz \
+ uhc-vada-1.0.tar.gz \
+ uhc-pilgia-1.0.tar.gz \
+ uhc-dinaru-1.0.tar.gz
+
+.include "../../fonts/tex-uhc-fonts-base/Makefile.common"