# $Id: Portfile,v 1.6 2006/02/16 21:10:33 olegb Exp $

PortSystem 1.0
name		obby
version		0.3.0
categories	net
maintainers	pkern@opendarwin.org
description	Synced document buffers
homepage	http://darcs.0x539.de/trac/obby/
platforms	darwin freebsd

long_description \
		obby is a library which provides synced document buffers. \
		It supports multiple documents in one session and is portable \
		to both Windows and POSIX platforms.

master_sites	http://gentoo.osuosl.org/distfiles/ \
		http://www.opendarwin.org/~pkern/files/ \
		http://releases.0x539.de/obby/

checksums	md5 b14135018a3093395296cf091f9f824f

depends_build	port:pkgconfig
depends_lib	port:libsigcxx2 \
		port:howl \
		port:net6 \
		port:gmp-cxx-wrappers

configure.args	--with-howl --with-libgmpxx-prefix=${prefix}

