9d58d2d149
libivykis is a library for asynchronous I/O readiness notification. It is a thin, portable wrapper around OS-provided mechanisms such as kqueue(2) and poll(2). this is a dependency of more recent versions of syslog-ng.
29 lines
543 B
Makefile
29 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2012/10/19 21:39:12 steven Exp $
|
|
|
|
COMMENT = asynchronous I/O readiness notification library
|
|
|
|
V = 0.34
|
|
DISTNAME = ivykis-$V
|
|
PKGNAME = lib${DISTNAME}
|
|
|
|
SHARED_LIBS = ivykis 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://libivykis.sourceforge.net/
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = pthread
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libivykis/$V/}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
USE_LIBTOOL = Yes
|
|
|
|
.include <bsd.port.mk>
|