freebsd-ports/devel/libeio/Makefile
John Marino b1ec8c1528 Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
2014-10-20 09:03:09 +00:00

28 lines
615 B
Makefile

# Created by: Sergey A. Osokin <osa@FreeBSD.org>
# $FreeBSD$
PORTNAME= libeio
PORTVERSION= 4.18.0
PORTREVISION= 1
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
USES= alias libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
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>