Ticket #50879: Portfile

File Portfile, 1.1 KB (added by tk7r (Thomas Kotzian), 8 years ago)

build tested

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: Portfile 122412 2014-07-22 12:41:54Z ryandesign@macports.org $
3
4PortSystem          1.0
5
6name                libotr
7version             4.1.1
8revision            1
9categories          security
10license             LGPL-2+ GPL-2+
11maintainers         reifferscheid.org:rsync openmaintainer
12description         Off-the-Record Messaging Library
13long_description    Off-the-Record (OTR) Messaging allows you to have \
14                    private conversations over instant messaging.
15homepage            http://www.cypherpunks.ca/otr/
16platforms           darwin
17
18master_sites        ${homepage}
19checksums           rmd160  528c5ad4ba89f3225bebf5b5ecadf815239fed88 \
20                    sha256  8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5
21
22depends_lib         port:libgcrypt
23
24configure.args      --mandir=${prefix}/share/man
25
26livecheck.type      regex
27livecheck.url       ${homepage}
28livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)" \