openbsd-ports/devel/liboop/Makefile
jasper 614e7d0047 import liboop 1.0
Liboop is a low-level event loop management library for POSIX-based
operating systems. It supports the development of modular, multiplexed
applications which may respond to events from several sources. It
replaces the "select() loop" and allows the registration of event
handlers for file and network I/O, timers and signals. Since processes
use these mechanisms for almost all external communication, liboop can
be used as the basis for almost any application.

ok alek@
2006-06-18 08:33:49 +00:00

32 lines
662 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/06/18 08:33:49 jasper Exp $
COMMENT= "low-level event loop management library"
DISTNAME= liboop-1.0
SHARED_LIBS= oop 4.1
CATEGORIES= devel
HOMEPAGE= http://liboop.ofb.net/
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://humppa.nl/distfiles/
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-adns \
--without-glib \
--without-libwww \
--without-readline \
--without-tcl
.include <bsd.port.mk>