pkgsrc/fonts/uralic-ttf/Makefile
wiz 3c80545714 Initial import of uralic-ttf-0.0.20040603:
The Uralic fonts contain additional letters used in most Uralic
languages with Russian-based writing systems - Khanty (all dialects),
Komi, Mansi (without marking long vowels), Mari, Nenets, Selkup
and Udmurt. According to Musayev, the fonts also support Altai,
Chukchi, Even, Evenki, Koryak and Nanai.
2009-09-01 21:04:31 +00:00

30 lines
799 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/09/01 21:04:31 wiz Exp $
#
DISTNAME= uralic-ttf-0.0.20040603
CATEGORIES= fonts
MASTER_SITES= http://www.peoples.org.ru/font/
DISTFILES= BookmanUralic.zip ChanceryUralic.zip GothicUralic.zip \
MonoUralic.zip PalladioUralic.zip RomanUralic.zip \
SansUralic.zip SansCondUralic.zip SchoolbookUralic.zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://peoples.org.ru/eng_uralic.html
COMMENT= Font for Uralic languages with Russian-based writing systems
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
FONTS_DIRS.ttf+= ${FONTDIR}
INSTALLATION_DIRS+= ${FONTDIR}
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/*.TTF ${DESTDIR}${FONTDIR}
.include "../../mk/bsd.pkg.mk"