aboutsummaryrefslogtreecommitdiff
path: root/devel/linux-c7-libaio/Makefile
blob: 4f57b4284117252696fbf05f34d7e08c58d11675 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PORTNAME=	libaio
PORTVERSION=	0.3.109
DISTVERSIONSUFFIX=	-13.el7
CATEGORIES=	devel linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	Asynchronous I/O library (CentOS ${LINUX_DIST_VER})

USES=		linux:c7
USE_LDCONFIG=	yes
USE_LINUX_RPM=	yes

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>