ports/devel/liboop/Makefile

23 lines
396 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
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= Yes
2023-09-22 16:24:11 +00:00
SITES= https://distfiles.sigtrap.nl/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-adns \
--without-glib \
--without-libwww \
--without-readline \
--without-tcl
.include <bsd.port.mk>