1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Convert to stage

Add LICENSE
This commit is contained in:
Andrey A. Chernov 2014-05-10 23:45:09 +00:00
parent 0f24bf17a5
commit da4889bfe8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353633

View File

@ -10,14 +10,16 @@ DISTNAME= woff-code-latest
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert TTF/OTF fonts to WOFF web embeddable format and back
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= multi
NO_WRKSUBDIR= yes
USES= gmake zip
PLIST_FILES= bin/sfnt2woff bin/woff2sfnt
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sfnt2woff ${WRKSRC}/woff2sfnt \
${PREFIX}/bin
${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>