aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libev/Makefile
blob: 16da6b43c02b22cddfa65b53cb7e280194b65999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    libev
# Date created:                         18 Dec 2007
# Whom:                                 vsevolod
#
# $FreeBSD$
#

PORTNAME=       libev
PORTVERSION=    3.8
PORTEPOCH=      1
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>