25 lines
480 B
Makefile
25 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:45:15 ajacoutot Exp $
|
|
|
|
COMMENT = high-performance event loop library
|
|
|
|
DISTNAME = libev-4.11
|
|
REVISION = 0
|
|
CATEGORIES = devel
|
|
|
|
MAINTAINER = David Coppa <dcoppa@openbsd.org>
|
|
|
|
SHARED_LIBS= ev 3.0 # 4.0
|
|
|
|
HOMEPAGE = http://software.schmorp.de/pkg/libev.html
|
|
MASTER_SITES = http://dist.schmorp.de/libev/ \
|
|
http://dist.schmorp.de/libev/Attic/
|
|
|
|
# BSD / GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB = m
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|