summaryrefslogtreecommitdiff
path: root/fonts/Code-New-Roman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/Code-New-Roman/Makefile')
-rw-r--r--fonts/Code-New-Roman/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/fonts/Code-New-Roman/Makefile b/fonts/Code-New-Roman/Makefile
new file mode 100644
index 00000000000..0919db0caa5
--- /dev/null
+++ b/fonts/Code-New-Roman/Makefile
@@ -0,0 +1,24 @@
+# $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"