summaryrefslogtreecommitdiffstats
path: root/www/sfnt2woff/Makefile
blob: ea904cc61d88a1ec741a460e66498558700cafc1 (plain)
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
# New ports collection makefile for:	sfnt2woff
# Date Created:				Sep 23 2011
# Whom:					Andrey Chernov <ache@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	sfnt2woff
PORTVERSION=	20091004
CATEGORIES=	www converters
MASTER_SITES=	http://people.mozilla.org/~jkew/woff/
DISTNAME=	woff-code-latest

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Convert TTF/OTF fonts to WOFF web embeddable format and back

NO_WRKSUBDIR=	yes
USE_ZIP=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/sfnt2woff bin/woff2sfnt

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

.include <bsd.port.mk>
OpenPOWER on IntegriCloud