freebsd-ports/devel/libev/Makefile
Vsevolod Stakhov 6dd50d1fe4 * Update to 2.01
* Respect -O flags in CFLAGS

Reported by: pav
2008-01-21 12:04:18 +00:00

21 lines
400 B
Makefile

# New ports collection makefile for: libev
# Date created: 18 Dec 2007
# Whom: vsevolod
#
# $FreeBSD$
#
PORTNAME= libev
PORTVERSION= 2.01
CATEGORIES= devel
MASTER_SITES= 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>