freebsd-ports/devel/libeio/Makefile
2021-04-06 16:31:07 +02:00

25 lines
535 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
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>