1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/libeio/Makefile
Baptiste Daroussin fc470b889d Support stage
2014-01-21 00:27:53 +00:00

27 lines
603 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= libeio
PORTVERSION= 4.18.0
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
USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
LIBTOOLIZE_ARGS=--copy --force
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
PLIST_FILES= include/eio.h lib/libeio.a lib/libeio.la \
lib/libeio.so lib/libeio.so.1
.include <bsd.port.mk>