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.
16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.9 2020/11/06 18:04:26 maya Exp $
|
|
|
|
DISTNAME= roboto-fonts-20150923
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= ryoon@NetBSD.org
|
|
HOMEPAGE= https://www.google.com/fonts/specimen/Roboto
|
|
COMMENT= Roboto font family from Google's Android
|
|
LICENSE= apache-2.0
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|