pkgsrc/fonts/Office-Code-Pro/Makefile
wiz d142f4e8e6 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.
2016-01-20 11:37:52 +00:00

20 lines
549 B
Makefile

# $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"