blob: 4a3d32f52d2ddb8e81ef791d0f106fc1b8ec0894 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.3 2012/10/03 18:28:30 asau Exp $
#
DISTNAME= SourceSansPro_FontsOnly-1.036
PKGNAME= ${DISTNAME:S/SourceSansPro_FontsOnly/sourcesans-fonts/}
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sourcesans.adobe/}
EXTRACT_SUFX= .zip
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/sourcesans.adobe/
COMMENT= Set of OpenType fonts designed for user interfaces from Adobe
LICENSE= open-font-license
USE_LANGUAGES= # none
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/sourcesans
INSTALLATION_DIRS= share/fonts/sourcesans
do-install:
${INSTALL_DATA} ${WRKSRC}/*.otf ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"
|