23 lines
423 B
Makefile
23 lines
423 B
Makefile
# $OpenBSD: Makefile,v 1.24 2019/07/12 20:44:38 sthen Exp $
|
|
|
|
COMMENT = high-performance event loop library
|
|
|
|
DISTNAME = libev-4.24
|
|
REVISION = 1
|
|
CATEGORIES = devel
|
|
|
|
SHARED_LIBS= ev 3.1 # 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 = Yes
|
|
|
|
WANTLIB = m
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|