freebsd-ports/devel/libuv/Makefile
2019-09-09 19:32:18 +00:00

33 lines
765 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= libuv
PORTVERSION= 1.32.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= thierry@FreeBSD.org
COMMENT= Multi-platform support library with a focus on asynchronous I/O
LICENSE= NODE
LICENSE_NAME= NODE
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
TEST_DEPENDS= gyp:devel/py-gyp
USE_GITHUB= yes
USES= autoreconf libtool pathfix pkgconfig python:test shebangfix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
SHEBANG_FILES= gyp_uv.py
TEST_TARGET= check
pre-configure:
${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
> ${WRKSRC}/m4/libuv-extra-automake-flags.m4
.include <bsd.port.mk>