pkgsrc/fonts/un-core-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

21 lines
512 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/11/06 18:04:27 maya Exp $
DISTNAME= un-fonts-core-1.0.2-080608
PKGNAME= ${DISTNAME:S/fonts-core/core-ttf/:S/-0/.200/}
PKGREVISION= 1
CATEGORIES= fonts korean
MASTER_SITES= http://kldp.net/frs/download.php/4695/
MAINTAINER= yui@yui.pe.kr
HOMEPAGE= https://kldp.net/projects/unfonts/
COMMENT= Core set of Un Korean TrueType fonts
CONFLICTS+= un-ttf-[0-9]*
WRKSRC= ${WRKDIR}/un-fonts
NO_CONFIGURE= yes
NO_BUILD= yes
.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"