1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/libuv/Makefile
Bradley T. Hughes 474d4677eb devel/libuv: Update 1.39.0 -> 1.40.0
While here, apply changes from PR 248936:
- Use release archive instead of pulling source from GitHub repo as
  suggested by 5.4.3 in Porter's Handbook
- Keep "make test" target although add comment about issue running
  test(s) as root

PR:		248936
Submitted by:	daniel.engberg.lists@pyret.net
Sponsored by:	Miles AS
2020-09-29 21:57:57 +00:00

32 lines
843 B
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= libuv
DISTVERSIONPREFIX= v
DISTVERSION= 1.40.0
CATEGORIES= devel
MASTER_SITES= https://dist.libuv.org/dist/v${DISTVERSION}/
MAINTAINER= bhughes@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
USES= autoreconf libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
# Will not run as root, reference:
# https://github.com/libuv/libuv/commit/af45b6ba2f2c506ae18dd24481e24db17b8269e7
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>