# $Id: Portfile,v 1.6 2005/09/07 18:34:32 toby Exp $

PortSystem 1.0
name             libotr
version          2.0.2
categories       security
maintainers      toby@opendarwin.org
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        sha1 da8c0ce6bf23e65c094f003b8654f96be9c81b1b

depends_lib      port:libgcrypt

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