openbsd-ports/devel/libev/Makefile
2010-11-15 19:45:56 +00:00

29 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.6 2010/11/15 19:45:59 espie 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/ \
http://dist.schmorp.de/libev/Attic/
# BSD / GPL
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = m
USE_LIBTOOL = Yes
USE_GROFF = Yes
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>