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
541 B
Makefile
19 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:26 maya Exp $
|
|
|
|
PKGNAME= twemoji-color-font-ttf-13.0.1
|
|
DISTNAME= TwitterColorEmoji-SVGinOT-Linux-${PKGVERSION_NOREV}
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=eosrei/}
|
|
GITHUB_PROJECT= twemoji-color-font
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= nia@NetBSD.org
|
|
HOMEPAGE= https://github.com/eosrei/twemoji-color-font
|
|
COMMENT= Twitter color emoji SVGinOT font
|
|
LICENSE= cc-by-v4.0 AND mit
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|