mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
25 lines
572 B
Makefile
25 lines
572 B
Makefile
# Created by: Andrey Chernov <ache@FreeBSD.org>
|
|
|
|
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>
|