25 lines
461 B
Makefile
25 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/11 20:28:24 naddy Exp $
|
|
|
|
COMMENT= low-level event loop management library
|
|
|
|
DISTNAME= liboop-1.0
|
|
REVISION = 3
|
|
SHARED_LIBS= oop 4.1
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://liboop.ofb.net/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= https://distfiles.nl/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --without-adns \
|
|
--without-glib \
|
|
--without-libwww \
|
|
--without-readline \
|
|
--without-tcl
|
|
|
|
.include <bsd.port.mk>
|