summaryrefslogtreecommitdiff
path: root/x11-fonts/open-sans/Makefile
blob: 1ea7ce9c07a21301408f7a31fe3143e63a41f661 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Florian Limberger <flo@snakeoilproductions.net>

PORTNAME=	open-sans
PORTVERSION=	20180831
CATEGORIES=	x11-fonts
MASTER_SITES=	https://www.opensans.com/download/
DISTFILES=	${PORTNAME}.zip \
		${PORTNAME}-condensed.zip
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	flo@snakeoilproductions.net
COMMENT=	Clean and modern sans-serif typeface

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/Apache\ License.txt

USES=		fonts zip

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${FONTSDIR}
	${INSTALL_DATA} ${WRKSRC}/*.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>