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.
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# $NetBSD: Makefile,v 1.6 2020/11/06 18:04:25 maya Exp $
|
|
|
|
DISTNAME= evermono
|
|
VERSION= 7.0.0
|
|
PKGNAME= evermono-ttf-${VERSION}
|
|
CATEGORIES= fonts
|
|
#MASTER_SITES= http://www.evertype.com/emono/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://www.evertype.com/emono/
|
|
COMMENT= Simple, elegant, monowidth font with wide Unicode coverage
|
|
LICENSE= evermono-license
|
|
|
|
DIST_SUBDIR= evermono-ttf-${VERSION}
|
|
|
|
WRKSRC= ${WRKDIR}/evermono-${VERSION}
|
|
USE_LANGUAGES= # none
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS+= ${FONTDIR} share/doc/evermono-ttf
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/emono-licence.txt ${DESTDIR}${PREFIX}/share/doc/evermono-ttf/
|
|
|
|
.include "../../mk/fonts.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|