mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
ddc1d1d9a0
- Use autoreconf - Strip shared library - Remove unused Makefile PR: 197867 [1] Submitted by: dim [1] Approved by: maintainer timeout (osa, 23 days) [1]
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libeio
|
|
PORTVERSION= 4.18.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= Full-featured asynchronous I/O library for C
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= scunningham
|
|
GH_TAGNAME= ${GH_COMMIT}
|
|
GH_COMMIT= e1a62ab
|
|
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>
|