aboutsummaryrefslogtreecommitdiff
path: root/devel/libeio/Makefile
blob: 332611fd8ef05dc57a35edbac5d04575d3e6676d (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
24
25
26
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$

PORTNAME=	libeio
PORTVERSION=	4.18
DISTVERSIONPREFIX=	${PORTNAME}-
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	osa@FreeBSD.org
COMMENT=	Full-featured asynchronous I/O library for C

# lib/libeio.so.1
CONFLICTS_INSTALL=	efl

USE_GITHUB=	yes
GH_ACCOUNT=	scunningham
USES=		alias autoreconf libtool
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

PLIST_FILES=	include/eio.h lib/libeio.a lib/libeio.so \
		lib/libeio.so.1 lib/libeio.so.1.0.0

.include <bsd.port.mk>