b602899540
This makes it easier to use the mk fragment with fonts that need a build step, like new liberation-ttf. While here switch some fonts using post-install unnecessarily to do-install (Committed at the same time as it wasn't tested separately) No PLIST changes to the packages/build breakage, so no changes expected to the packages.
23 lines
640 B
Makefile
23 lines
640 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:27 maya Exp $
|
|
#
|
|
|
|
DISTNAME= uralic-ttf-0.0.20040603
|
|
PKGREVISION= 1
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|