mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
e24450fa88
richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API. PR: ports/106994 Submitted by: Simun Mikecin <numisemis at yahoo dot com>
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# New ports collection makefile for: linux-libaio
|
|
# Date created: 2006-12-02
|
|
# Whom: Simun Mikecin <numisemis at yahoo dot com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libaio
|
|
DISTVERSION= 0.3.104-2
|
|
CATEGORIES= emulators linux
|
|
|
|
MAINTAINER= numisemis@yahoo.com
|
|
COMMENT= Linux-native asynchronous I/O access library, Linux binary
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|