# $Id: Portfile 111102 2013-09-15 10:41:32Z raimue@macports.org $

PortSystem 1.0

name             libotr
version          3.2.1
categories       security
license          LGPL-2+ GPL-2+
maintainers      reifferscheid.org:rsync openmaintainer
description      Off-the-Record Messaging Library
long_description \
	Off-the-Record (OTR) Messaging allows you to have \
	private conversations over instant messaging.
homepage         http://www.cypherpunks.ca/otr/
platforms        darwin

master_sites     ${homepage}
checksums        rmd160  07deab0a7f63680e44c3a631666b9b4a21bd66cf \
                 sha256  d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4

depends_lib      port:libgcrypt

configure.args   --mandir=${prefix}/share/man

livecheck.type   regex
livecheck.url    ${homepage}
livecheck.regex  "${name}-(\\d+(?:\\.\\d+)*)" \
