1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/libev/Makefile
Vsevolod Stakhov f02e83dbc6 Update to 3.0
2008-02-11 15:31:42 +00:00

22 lines
399 B
Makefile

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