landry b25effc5f7 import libev 3.8, from MAINTAINER Baptiste Daroussin (with some tweaks
by me):

Libev is a high-performance event loop/event model with lots of
features.  It is modelled (very loosely) after libevent and the Event
perl module, but aims to be faster and more correct, and also more
featureful. And also smaller.

(actually, really import the files. Oh yeah, cvs i love you so much.)
2009-09-02 19:19:43 +00:00

27 lines
496 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/02 19:19:43 landry Exp $
COMMENT = high-performance event loop library
DISTNAME = libev-3.8
CATEGORIES = devel
MAINTAINER = Bapt <baptiste.daroussin@gmail.com>
SHARED_LIBS= ev 0.0 #.3
HOMEPAGE = http://dist.schmorp.de/libev/
MASTER_SITES = ${HOMEPAGE}
# BSD / GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = m
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>