pkgsrc/fonts/paratype-ttf/Makefile
maya b602899540 mk/fonts.mk: don't add NO_CONFIGURE and NO_BUILD, have packages set it.
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.
2020-11-06 18:04:24 +00:00

26 lines
646 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:26 maya Exp $
DISTNAME= paratype-ttf-20140616
CATEGORIES= fonts
MASTER_SITES= http://www.paratype.com/uni/public/
DISTFILES= PTSans.zip PTSerif.zip PTMono.zip
DIST_SUBDIR= ${DISTNAME}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.paratype.com/public/
COMMENT= Public Fonts for Minority Languages of Russia
LICENSE= paratype
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS+= share/doc/paratype-ttf
do-install:
${INSTALL_DATA} ${WRKSRC}/*txt ${DESTDIR}${PREFIX}/share/doc/paratype-ttf
.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"