mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
74003faaec
Fix C++ header.
23 lines
413 B
Makefile
23 lines
413 B
Makefile
# 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>
|