pkgsrc/fonts/evermono-ttf/Makefile
wiz 7de0cc01cf Import evermono-ttf-6.2.1 as fonts/evermono-ttf.
Everson Mono is a simple, elegant, monowidth font. I started
designing it in 1994 primarily to make glyphs available to support
the non-Han characters in Unicode and ISO/IEC 10646-1, though I
hope that users may find it a pleasant alternative to Courier and
Monaco for general purposes, e-mail, and so forth. I have found it
quite legible at sizes as small as 4 points. It is lighter and a
bit looser than Courier.
2012-12-17 12:29:24 +00:00

31 lines
797 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/12/17 12:29:24 wiz Exp $
#
DISTNAME= evermono
VERSION= 6.2.1
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
FONTDIR= ${PREFIX}/lib/X11/fonts/TTF
FONTS_DIRS.ttf= ${FONTDIR}
INSTALLATION_DIRS= ${FONTDIR} share/doc/evermono-ttf
do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTDIR}
${INSTALL_DATA} ${WRKSRC}/emono-licence.txt ${DESTDIR}${PREFIX}/share/doc/evermono-ttf/
.include "../../mk/bsd.pkg.mk"