4b856a784b
# libevent-1.1.tar.gz - Release 2005-05-14 * Performance improvements from Nick Mathewson. * Work around for kqueue bug in Mac OS X 10.4. # libevent-1.0e.tar.gz - Release 2005-04-26 * Important fix to bug in poll implementation introduced in 1.0d. # libevent-1.0d.tar.gz - Release 2005-04-22 * Several minor bug fixes and building of shared libraries.
16 lines
359 B
Makefile
16 lines
359 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/05/19 15:07:22 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= libevent-1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://monkey.org/~provos/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://monkey.org/~provos/libevent/
|
|
COMMENT= Asynchronous event notification library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
TEST_TARGET= verify
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|