blob: 6e8b4450d611cf77c048ee30d8d877383fbb0c87 (
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.5 2013/04/08 01:42:41 rodent Exp $
#
DISTNAME= SourceSansPro_FontsOnly-1.038
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= ofl-v1.1
USE_LANGUAGES= # none
NO_BUILD= yes
FONTS_DIR= ${PREFIX}/share/fonts/sourcesans
INSTALLATION_DIRS= share/fonts/sourcesans
do-install:
${INSTALL_DATA} ${WRKSRC}/OTF/*.otf ${DESTDIR}${FONTS_DIR}
.include "../../mk/bsd.pkg.mk"
|