# $Id: Portfile 41808 2008-11-10 23:41:44Z ryandesign@macports.org $

PortSystem	1.0
name		liboop
version		1.0
revision	0
description	low-level event loop management library
long_description	\
	Liboop is a low-level event loop management library for \
POSIX-based operating systems. It replaces the "select() loop" and \
allows the registration of event handlers for file and network I/O, \
timers and signals.

categories	devel
maintainers	nomaintainer
platforms	darwin
homepage	http://www.liboop.org/

master_sites	http://download.ofb.net/liboop/
use_bzip2	yes
checksums	md5 88fc8decf99fd75d2af40e0a005fa0d3

depends_lib	lib:libreadline:readline path:lib/pkgconfig/glib-2.0.pc:glib2
configure.args	CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
