# $Id: Portfile 82370 2011-08-12 23:22:30Z jmr@macports.org $

PortSystem 1.0

name             otrproxy
version          0.3.1
categories       security
maintainers      nomaintainer
description      OTR localhost AIM proxy
long_description \
	This is a localhost proxy you can use with almost any \
	AIM client in order to participate in Off-the-Record \
	conversations. The current version is 0.1.1, which \
	means it's nothing like ready for prime time. In \
	particular, it's got no UI at all (well, it outputs \
	things to stdout).
homepage         http://www.cypherpunks.ca/otr/
platforms        darwin

master_sites     ${homepage}
checksums        sha1 0defbc34c7135a6abf94d535898391fec4fc8f4c

depends_build    port:libotr port:wxWidgets

# wxWidgets is 32-bit only
supported_archs i386 ppc

configure.args   --with-libotr-prefix=${prefix}/lib --with-libotr-inc-prefix=${prefix}/include

patchfiles       patch-configure

destroot.env     INSTALLDIR=${prefix}/bin \
                    INSTALLMANDIR=${prefix}/share/man/man1
