pkgsrc/fonts/monoid/Makefile
wiz e0d107c3ed Import monoid-0.61 as fonts/monoid.
Monoid is customizable and optimized for coding with bitmap-like
sharpness at 12px/9pt even on low-resolution displays.
2017-09-07 10:36:19 +00:00

25 lines
673 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/09/07 10:36:19 wiz Exp $
PKGNAME= monoid-0.61
DISTNAME= Monoid
CATEGORIES= fonts
MASTER_SITES= https://raw.githubusercontent.com/larsenwork/monoid/2db2d289f4e61010dd3f44e09918d9bb32fb96fd/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://larsenwork.com/monoid/
COMMENT= Programming font with monospaced ligatures
LICENSE= ofl-v1.1 OR mit
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_LANGUAGES= # none
WRKSRC= ${WRKDIR}
NO_BUILD= yes
FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/TTF
INSTALLATION_DIRS= share/fonts/X11/TTF
do-install:
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
.include "../../mk/bsd.pkg.mk"