openbsd-ports/devel/liboop/Makefile
jasper 0afc653394 - add missing header to fix potential 64-bit issues
- drop maintainship as i don't use this anymore
2008-11-22 09:37:43 +00:00

29 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.4 2008/11/22 09:37:43 jasper Exp $
COMMENT= low-level event loop management library
DISTNAME= liboop-1.0
PKGNAME= ${DISTNAME}p0
SHARED_LIBS= oop 4.1
CATEGORIES= devel
HOMEPAGE= http://liboop.ofb.net/
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://humppa.nl/distfiles/
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-adns \
--without-glib \
--without-libwww \
--without-readline \
--without-tcl
.include <bsd.port.mk>