pkgsrc/fonts/vlgothic-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

20 lines
513 B
Makefile

# $NetBSD: Makefile,v 1.32 2020/11/06 18:04:27 maya Exp $
DISTNAME= VLGothic-20200720
PKGNAME= ${DISTNAME:tl:S/-/-ttf-/}
CATEGORIES= fonts japanese
MASTER_SITES= ${MASTER_SITE_OSDN:=vlgothic/73361/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= yamajun@ofug.net
HOMEPAGE= https://osdn.net/projects/vlgothic/
COMMENT= Free Japanese TrueType fonts named 'VLGothic'
LICENSE= modified-bsd AND mplusfont
WRKSRC= ${WRKDIR}/VLGothic
NO_CONFIGURE= yes
NO_BUILD= yes
.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"