# $Id: Portfile,v 1.1 2004/06/24 06:29:30 mww Exp $

PortSystem 1.0

name			roadrunner
version			0.9.1
categories		net devel
platforms		darwin
maintainers		mww@opendarwin.org
description		implementation of the BEEP protocol (RFC 3080) in C
long_description	RoadRunner is a full-featured, robust implementation of \
			the BEEP protocol (RFC 3080) written in C.

homepage		http://rr.codefactory.se/
master_sites	http://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/
checksums		md5 089640ae9f023b66b6da532a06452c64

depends_lib		bin:pkg-config:pkgconfig \
				lib:libxml2:libxml2 \
				lib:libglib.2:glib2

test.run		yes
test.target		check
