pkgsrc/fonts/ubuntu-fonts/Makefile
wiz 17557266f6 Update to 0.83:
2015-08-21 (Paul Sladen) Ubuntu Font Family version 0.83

  Note: This release was created by binary patching from the v0.80
  release using the scripts in 'sources/patch-0.80-0.83/' to rebuild
  the necessary tables. The release selectively updates only those
  proportional .ttf font files exhibiting the bug below bug number;
  the Ubuntu Mono monospace font files remain unchanged, being the
  original version 0.80 ones.

  [Marc Foley]
  * [Engineering] Fixed wrong characters appear in some mac apps. (LP: #1334363)
2015-08-30 14:39:30 +00:00

55 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2015/08/30 14:39:30 wiz Exp $
VERSION= 0.83
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}/share/fonts/X11/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"