summaryrefslogtreecommitdiff
path: root/fonts/gentium-ttf/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-05-26 21:08:53 +0000
committerjoerg <joerg@pkgsrc.org>2006-05-26 21:08:53 +0000
commit53a0e662b39d45d2295fbfc426b3793c9ef7c6a0 (patch)
treed6b90987f4c7b4b294c35659d94c415b4af4391a /fonts/gentium-ttf/Makefile
parente5defea95a6c403976d7550dfb1839ec7c9400d0 (diff)
downloadpkgsrc-53a0e662b39d45d2295fbfc426b3793c9ef7c6a0.tar.gz
Import gentium-ttf-1.02
From DESCR: Gentium ("belonging to the nations" in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. The design is intended to be highly readable, reasonably compact, and visually attractive. Gentium has won a "Certificate of Excellence in Typeface Design" in two major international typeface design competitions: bukva:raz! (2001), TDC2003 (2003).
Diffstat (limited to 'fonts/gentium-ttf/Makefile')
-rw-r--r--fonts/gentium-ttf/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/fonts/gentium-ttf/Makefile b/fonts/gentium-ttf/Makefile
new file mode 100644
index 00000000000..28ab1c4e6c9
--- /dev/null
+++ b/fonts/gentium-ttf/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/26 21:08:53 joerg Exp $
+#
+
+DISTNAME= Gentium_102_W
+PKGNAME= gentium-ttf-1.02
+CATEGORIES= fonts
+EXTRACT_SUFX= .zip
+
+WRKSRC= ${WRKDIR}/Gentium102
+
+MAINTAINER= joerg@NetBSD.org
+HOMEPAGE= http://scripts.sil.org/
+COMMENT= Free TrueType fonts from Bitstream, useful for web viewing
+
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+
+NO_CONFIGURE= YES
+NO_BUILD= YES
+
+FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
+
+do-install:
+ ${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf}
+ ${INSTALL_DATA} ${WRKSRC}/GenAI102.TTF ${FONTS_DIRS.ttf}/genai102.ttf
+ ${INSTALL_DATA} ${WRKSRC}/GenAR102.TTF ${FONTS_DIRS.ttf}/genar102.ttf
+ ${INSTALL_DATA} ${WRKSRC}/GenI102.TTF ${FONTS_DIRS.ttf}/geni102.ttf
+ ${INSTALL_DATA} ${WRKSRC}/GenR102.TTF ${FONTS_DIRS.ttf}/genr102.ttf
+
+.include "../../mk/bsd.pkg.mk"