summaryrefslogtreecommitdiff
path: root/fonts/Office-Code-Pro/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-20 11:37:52 +0000
committerwiz <wiz>2016-01-20 11:37:52 +0000
commit7ad1938faa872f15ed94960ed913c998a5d90cef (patch)
treea4a53047f49078ad017b12a65e6b700984244c6c /fonts/Office-Code-Pro/Makefile
parenteff20aca519056a2a212672d14e26cb5afee7e90 (diff)
downloadpkgsrc-7ad1938faa872f15ed94960ed913c998a5d90cef.tar.gz
Import Office-Code-Pro-1.004 as fonts/Office-Code-Pro.
Office Code Pro is a customized version of Source Code Pro, the monospaced sans serif originally created by Paul D. Hunt for Adobe Systems Incorporated. The customizations were made specifically for text editors and coding environments, but are still very usable in other applications.
Diffstat (limited to 'fonts/Office-Code-Pro/Makefile')
-rw-r--r--fonts/Office-Code-Pro/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/fonts/Office-Code-Pro/Makefile b/fonts/Office-Code-Pro/Makefile
new file mode 100644
index 00000000000..38e558243d0
--- /dev/null
+++ b/fonts/Office-Code-Pro/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2016/01/20 11:37:52 wiz Exp $
+
+DISTNAME= Office-Code-Pro-1.004
+CATEGORIES= fonts
+MASTER_SITES= ${MASTER_SITE_GITHUB:=nathco/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/nathco/Office-Code-Pro/
+COMMENT= Customized version of Source Code Pro
+LICENSE= ofl-v1.1
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+FONTS_DIRS.ttf= ${PREFIX}/share/fonts/X11/OTF
+INSTALLATION_DIRS= share/fonts/X11/OTF
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/Fonts/*/OTF/*.otf ${DESTDIR}${FONTS_DIRS.ttf}
+
+.include "../../mk/bsd.pkg.mk"