summaryrefslogtreecommitdiff
path: root/fonts/un-extra-ttf/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2004-08-16 06:19:37 +0000
committerminskim <minskim>2004-08-16 06:19:37 +0000
commit09c237aa1009584fa15acf9896efa77011e4349c (patch)
treea479d61bf5f5ab01ef8b07389895a90e6f566b1a /fonts/un-extra-ttf/Makefile
parentd0ab91b06e0d34a41d72f5cbc5c95073a9c9dbc0 (diff)
downloadpkgsrc-09c237aa1009584fa15acf9896efa77011e4349c.tar.gz
Initial import of un-extra-ttf-1.0. Packaged by Kibum Han.
Un fonts are GPL'd Korean fonts. They were originally available as PostScript fonts for HLaTeX, and later converted into TrueType fonts. This package contains the following 10 extra fonts. * UnPen, UnPenheulim: script * UnTaza: typewriter style * UnBom: decorative * UnShinmun * UnYetgul: old Korean printing style * UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang
Diffstat (limited to 'fonts/un-extra-ttf/Makefile')
-rw-r--r--fonts/un-extra-ttf/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/fonts/un-extra-ttf/Makefile b/fonts/un-extra-ttf/Makefile
new file mode 100644
index 00000000000..93361fbfe8d
--- /dev/null
+++ b/fonts/un-extra-ttf/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/08/16 06:19:37 minskim Exp $
+
+DISTNAME= un-fonts-extra-${UN_EXTRA_VER}
+PKGNAME= un-extra-ttf-${UN_EXTRA_VER}
+CATEGORIES= fonts korean
+MASTER_SITES= http://kldp.net/download.php/1435/
+
+MAINTAINER= yui@yui.pe.kr
+HOMEPAGE= http://kldp.net/projects/unfonts/
+COMMENT= Extra set of Un Korean TrueType fonts
+
+CONFLICTS+= un-ttf-[0-9]*
+
+UN_EXTRA_VER= 1.0.1
+
+WRKSRC= ${WRKDIR}/un-fonts
+USE_X11BASE= YES
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+FONTS_TTF_DIRS= ${PREFIX}/lib/X11/fonts/TTF
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTS_TTF_DIRS}
+ ${INSTALL_DATA} ${WRKSRC}/*.ttf ${FONTS_TTF_DIRS}
+
+.include "../../mk/fonts.mk"
+.include "../../mk/bsd.pkg.mk"