Ticket #43571: Portfile

File Portfile, 1.0 KB (added by jul_bsd@…, 10 years ago)
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                libfixbuf
7version             1.6.1
8categories          security
9platforms           darwin
10maintainers         yahoo.fr:jul_bsd openmaintainer
11license             LGPL-2.1
12
13description         implementation of the IPFIX Protocol as a C library
14
15long_description    ${description}
16
17homepage            http://tools.netsa.cert.org/fixbuf/index.html
18master_sites        https://tools.netsa.cert.org/releases/
19
20checksums           rmd160  6a16d0b1621c5d343e0d2e1fc5dcf65f2099a00a \
21                    sha256  0be597c461547d5b5f635cd394d6fe65313fe993bd412b23910445fcad94754d
22
23depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 port:openssl
24configure.args-append --mandir=${prefix}/share/man --enable-ipv6 --with-openssl
25
26livecheck.type      regex
27livecheck.url       http://tools.netsa.cert.org/
28livecheck.regex     "<a href=\"fixbuf/index.html\">fixbuf (\\d+\\.\\d+\\.\\d+)</a></li>"