aboutsummaryrefslogtreecommitdiff
path: root/www/sfnt2woff/Makefile
blob: a89aa59c244a191270d02fd40438e3e7091f32a8 (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
# Created by: Andrey Chernov <ache@FreeBSD.org>
# $FreeBSD$

PORTNAME=	sfnt2woff
PORTVERSION=	20091004
CATEGORIES=	www converters
MASTER_SITES=	https://BSDforge.com/projects/source/www/sfnt2woff/
DISTNAME=	woff-code-latest

MAINTAINER=	portmaster@BSDforge.com
COMMENT=	Convert TTF/OTF fonts to WOFF web embeddable format and back

LICENSE=	GPLv2 LGPL21 MPL11
LICENSE_COMB=	multi

NO_WRKSUBDIR=	yes
USES=		gmake zip

PLIST_FILES=	bin/sfnt2woff bin/woff2sfnt

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \
		 ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>