summaryrefslogtreecommitdiff
path: root/devel/libev/Makefile
blob: 230d6f2b8ba9d7e3584b8ab5d74bc451e9f02ded (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>