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.
19 lines
473 B
Makefile
19 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/11/06 18:04:26 maya Exp $
|
|
|
|
VERSION= 1.008
|
|
DISTNAME= public-sans-v${VERSION}
|
|
PKGNAME= ${DISTNAME:S/v1/1/}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=uswds/}
|
|
GITHUB_TAG= v${VERSION}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/uswds/public-sans/
|
|
COMMENT= Strong, neutral typeface for text or display
|
|
LICENSE= ofl-v1.1
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|