pkgsrc/fonts/sourcecodepro-fonts/Makefile
ryoon 2cc99380b7 Import sourcecodepro-fonts-1.009 as fonts/sourcecodepro-fonts.
Source Sans is a set of monospaced OpenType fonts that have been
designed to work well coding environments. This family of fonts is
a complementary design to the Source Sans family.

This package provides OpenType fonts only.
2012-11-03 22:56:25 +00:00

23 lines
695 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/11/03 22:56:25 ryoon Exp $
#
DISTNAME= SourceCodePro_FontsOnly-1.009
PKGNAME= ${DISTNAME:S/SourceCodePro_FontsOnly/sourcecodepro-fonts/}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcecodepro.adobe/}
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/sourcecodepro.adobe/
COMMENT= Set of monospaced OpenType fonts designed for coding environments
LICENSE= open-font-license
USE_LANGUAGES= # none
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/sourcecodepro
INSTALLATION_DIRS= share/fonts/sourcecodepro
do-install:
${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"