pkgsrc/fonts/junicode/Makefile
wiz ec0a2025b7 Import junicode-0.7.8 as fonts/junicode.
Junicode (short for Junius-Unicode) is a Unicode font for medievalists.
The current version is a beta; the selection of characters and the
arrangement of the Private Use Area are subject to change.

Junicode contains 3280 characters in the regular style (the italic,
bold and bold italic styles are less complete). These Unicode ranges
are either complete in the regular style or they contain substantial
numbers of glyphs (especially those of interest to medievalists).
2017-02-04 18:20:50 +00:00

29 lines
761 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/02/04 18:20:50 wiz Exp $
DISTNAME= junicode-0-7-8
PKGNAME= ${DISTNAME:S/-7-8/.7.8/}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=junicode/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://junicode.sourceforge.net/
COMMENT= Free TrueType font family for medievalists
LICENSE= ofl-v1.1
WRKSRC= ${WRKDIR}/junicode
NO_BUILD= yes
FONTDIR= ${PREFIX}/share/fonts/X11/TTF
DOCDIR= ${PREFIX}/share/doc/junicode
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= share/fonts/X11/TTF share/doc/junicode
do-install:
cd ${WRKSRC}/fonts && for f in *.ttf ; do \
${INSTALL_DATA} $$f ${DESTDIR}${FONTDIR}/$$f; \
done
${INSTALL_DATA} ${WRKSRC}/doc/* ${DESTDIR}${DOCDIR}
.include "../../mk/bsd.pkg.mk"