View | Details | Raw Unified | Return to bug 126862
Collapse All | Expand All

(-)Makefile (-6 / +6 lines)
Lines 5-21 Link Here
5
# $FreeBSD: ports/devel/libev/Makefile,v 1.3 2008/02/11 15:31:42 vsevolod Exp $
5
# $FreeBSD: ports/devel/libev/Makefile,v 1.3 2008/02/11 15:31:42 vsevolod Exp $
6
#
6
#
7
7
8
PORTNAME=		libev
8
PORTNAME=	libev
9
PORTVERSION=	3.0
9
PORTVERSION=	3.43
10
CATEGORIES=		devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://dist.schmorp.de/libev/Attic/
11
MASTER_SITES=	http://dist.schmorp.de/libev/Attic/
12
12
13
MAINTAINER=		vsevolod@FreeBSD.org
13
MAINTAINER=	vsevolod@FreeBSD.org
14
COMMENT=		A full-featured and high-performance event loop library
14
COMMENT=	A full-featured and high-performance event loop library
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
18
18
19
MAN3=			ev.3
19
MAN3=		ev.3
20
20
21
.include <bsd.port.mk>
21
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (libev-3.0.tar.gz) = 2168de45883b40ab9f1b451a5b20e280
1
MD5 (libev-3.43.tar.gz) = 6dddea9189345f0c8c36c4eb8ecce441
2
SHA256 (libev-3.0.tar.gz) = 7f5c234485165659d5f8d93b11c1c1433ad2ca34b03a0ed1f20fdd4a7fd10fba
2
SHA256 (libev-3.43.tar.gz) = ebd7806b84fb8188c3ece2faf2a030e4e69613144796d5ca2967a8e3e1f3473d
3
SIZE (libev-3.0.tar.gz) = 400771
3
SIZE (libev-3.43.tar.gz) = 424884

Return to bug 126862