26 lines
489 B
Makefile
26 lines
489 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/03/21 08:45:15 ajacoutot Exp $
|
|
|
|
COMMENT= low-level event loop management library
|
|
|
|
DISTNAME= liboop-1.0
|
|
REVISION = 1
|
|
SHARED_LIBS= oop 4.1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://liboop.ofb.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= http://distfiles.nl/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--without-adns \
|
|
--without-glib \
|
|
--without-libwww \
|
|
--without-readline \
|
|
--without-tcl
|
|
|
|
.include <bsd.port.mk>
|