summaryrefslogtreecommitdiff
path: root/fonts/ubuntu-fonts/Makefile
diff options
context:
space:
mode:
authoruwe <uwe>2013-04-15 17:22:40 +0000
committeruwe <uwe>2013-04-15 17:22:40 +0000
commit5629b1bb45df22847fa98483ff656f52c90db09e (patch)
tree23c89fc05496def4f57973cc40b8a574f624c441 /fonts/ubuntu-fonts/Makefile
parentc8edf31bbde2040319dbd9a94caa23fc2410ab56 (diff)
downloadpkgsrc-5629b1bb45df22847fa98483ff656f52c90db09e.tar.gz
Ubuntu Font Family 0.80
A set of matching new libre/open fonts. The typeface is sans-serif, uses OpenType features and is manually hinted for clarity on desktop and mobile computing screens.
Diffstat (limited to 'fonts/ubuntu-fonts/Makefile')
-rw-r--r--fonts/ubuntu-fonts/Makefile55
1 files changed, 55 insertions, 0 deletions
diff --git a/fonts/ubuntu-fonts/Makefile b/fonts/ubuntu-fonts/Makefile
new file mode 100644
index 00000000000..6753c2ad214
--- /dev/null
+++ b/fonts/ubuntu-fonts/Makefile
@@ -0,0 +1,55 @@
+# $NetBSD: Makefile,v 1.1 2013/04/15 17:22:40 uwe Exp $
+
+VERSION= 0.80
+PKGNAME= ubuntu-fonts-${VERSION}
+CATEGORIES= fonts
+DISTNAME= ubuntu-font-family-${VERSION}
+EXTRACT_SUFX= .zip
+MASTER_SITES= http://font.ubuntu.com/download/ \
+ ${MASTER_SITE_LOCAL}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://font.ubuntu.com/
+COMMENT= TrueType font family from Ubuntu
+LICENSE= ubuntu-font-license
+
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
+FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
+FONTS_DIRS.ttf= ${FONTDIR}
+
+INSTALLATION_DIRS= ${DOCDIR} ${FONTDIR}
+
+INSTALL_FONTS= Ubuntu-B.ttf \
+ Ubuntu-BI.ttf \
+ Ubuntu-C.ttf \
+ Ubuntu-L.ttf \
+ Ubuntu-LI.ttf \
+ Ubuntu-M.ttf \
+ Ubuntu-MI.ttf \
+ Ubuntu-R.ttf \
+ Ubuntu-RI.ttf \
+ UbuntuMono-B.ttf \
+ UbuntuMono-BI.ttf \
+ UbuntuMono-R.ttf \
+ UbuntuMono-RI.ttf
+
+INSTALL_DOCS= CONTRIBUTING.txt \
+ FONTLOG.txt \
+ LICENCE-FAQ.txt \
+ LICENCE.txt \
+ README.txt \
+ TRADEMARKS.txt \
+ copyright.txt
+
+do-install:
+.for fontfile in ${INSTALL_FONTS}
+ ${INSTALL_DATA} ${WRKSRC}/${fontfile} ${DESTDIR}${FONTDIR}
+.endfor
+.for docfile in ${INSTALL_DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DESTDIR}${DOCDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"