1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name eot-utils |
---|
7 | version 1.1 |
---|
8 | revision 0 |
---|
9 | categories www |
---|
10 | license W3C |
---|
11 | platforms darwin |
---|
12 | maintainers googlemail.com:robertoschwald |
---|
13 | |
---|
14 | description W3C Embeddable OpenType font (eot) \ |
---|
15 | creation tools |
---|
16 | long_description mkeot creates an EOT (Embedded OpenType) file from \ |
---|
17 | an OpenType or TrueType font and the URLs of one or \ |
---|
18 | more Web pages. eotinfo displays the contents of an \ |
---|
19 | EOT header in a human-readable way |
---|
20 | |
---|
21 | homepage http://www.w3.org/Tools/eot-utils/ |
---|
22 | master_sites ${homepage} |
---|
23 | distname eot-utilities-${version} |
---|
24 | extract.suffix .tar.gz |
---|
25 | extract.only ${distfiles} |
---|
26 | |
---|
27 | depends_build port:pkgconfig |
---|
28 | |
---|
29 | checksums md5 eb338106c979dc8c4576f8c0f466088b \ |
---|
30 | sha1 7e8a68ba1ae4b533113e7965aa2cca133367f31f \ |
---|
31 | rmd160 3e2a14aaba8739fda5ca850830af206639b43b1e |
---|
32 | |
---|
33 | configure.ccache no |
---|
34 | configure.ldflags "" |
---|
35 | configure.args CPPFLAGS=-I${prefix}/include/ \ |
---|
36 | LDFLAGS=-L${prefix}/lib |
---|
37 | |
---|
38 | livecheck.type regex |
---|
39 | livecheck.url ${homepage} |
---|
40 | livecheck.regex "${distname}-(\\d+(?:\\.\\d+)*)" |
---|
41 | |
---|