pkgsrc/fonts/Code-New-Roman/Makefile
wiz cdff14e183 Import Code-New-Roman-2.1beta1 as fonts/Code-New-Roman.
Code New Roman is aimed for use in programming environments and
other circumstances where a monospaced font is specified. All
characters have the same width, like old typewriters, making it a
good choice for programmers. This font improved and target to Mac
OS Western New Roman, MONACO, Windows Consolas/Lusida Consolas,
ABeeZee and Bitstream Vera Sans Mono.This font display allowed a
design with proportions closer to normal text than traditional
monospaced fonts like Courier. This allows for more comfortably
reading of extended text on screen. OpenType features include
hanging or lining numerals; slashed, dotted and normal zeros; and
alternative shapes for a number of lower-case letters. The look of
text can be tuned to personal taste by varying the number of bars
and waves.
2016-01-20 11:40:37 +00:00

24 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/20 11:40:37 wiz Exp $
DISTNAME= cnr_BETA
PKGNAME= Code-New-Roman-2.1beta1
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=codenewroman/}
EXTRACT_SUFX= .otf
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/codenewroman/
COMMENT= Programming font
LICENSE= ofl-v1.1
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_LANGUAGES= # none
WRKSRC= ${WRKDIR}
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/X11/OTF
INSTALLATION_DIRS= share/fonts/X11/OTF
do-install:
${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"