mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c27d4e377f
All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
26 lines
564 B
Makefile
26 lines
564 B
Makefile
# 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
|
|
|
|
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>
|