Ticket #45814: Portfile

File Portfile, 1.5 KB (added by robertoschwald (Robert Oschwald), 9 years ago)

eot-utils initial Portfile for version 1.1_0

Line 
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
4PortSystem              1.0
5
6name                    eot-utils
7version                 1.1
8revision                0
9categories              www
10license                 W3C
11platforms               darwin
12maintainers             googlemail.com:robertoschwald
13
14description             W3C Embeddable OpenType font (eot) \
15                        creation tools
16long_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
21homepage                http://www.w3.org/Tools/eot-utils/
22master_sites            ${homepage}
23distname                eot-utilities-${version}
24extract.suffix          .tar.gz
25extract.only            ${distfiles}
26
27depends_build           port:pkgconfig
28
29checksums               md5     eb338106c979dc8c4576f8c0f466088b \
30                        sha1    7e8a68ba1ae4b533113e7965aa2cca133367f31f \
31                        rmd160  3e2a14aaba8739fda5ca850830af206639b43b1e
32
33configure.ccache        no
34configure.ldflags       ""
35configure.args          CPPFLAGS=-I${prefix}/include/ \
36                        LDFLAGS=-L${prefix}/lib
37
38livecheck.type          regex
39livecheck.url           ${homepage}
40livecheck.regex         "${distname}-(\\d+(?:\\.\\d+)*)"
41