d7022ce9ea
Approved by: portmgr (blanket)
26 lines
547 B
Makefile
26 lines
547 B
Makefile
# 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>
|