blob: d93f9e7fccc9a8d6c2ce0705f16424ecee57f598 (
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
|
# Created by: 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
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \
${PREFIX}/bin
.include <bsd.port.mk>
|