freebsd-ports/devel/libev/Makefile
Vsevolod Stakhov 5fa73c384b - Update to 3.9
- Add kqueue to recommended backends
- Fix TABs in Makefile

PR:		149681
Submitted by:	mm
2010-08-17 14:28:15 +00:00

23 lines
441 B
Makefile

# New ports collection makefile for: libev
# Date created: 18 Dec 2007
# Whom: vsevolod
#
# $FreeBSD$
#
PORTNAME= libev
PORTVERSION= 3.9
PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://dist.schmorp.de/libev/ \
http://dist.schmorp.de/libev/Attic/
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= A full-featured and high-performance event loop library
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN3= ev.3
.include <bsd.port.mk>