openbsd-ports/devel/libev/Makefile
dcoppa f77e148869 Update to libev-3.9
OK jim@, jasper@, landry@
2010-09-14 08:49:04 +00:00

27 lines
519 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/09/14 08:49:04 dcoppa Exp $
COMMENT = high-performance event loop library
DISTNAME = libev-3.9
CATEGORIES = devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
SHARED_LIBS= ev 1.0 #.3
HOMEPAGE = http://software.schmorp.de/pkg/libev.html
MASTER_SITES = http://dist.schmorp.de/libev/
# 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>