aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libuv/Makefile
blob: dc0cfe00ed19238a8229dda0bf1997a1f2c4d0af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$

PORTNAME=   libuv
PORTVERSION=    1.8.0
CATEGORIES= devel
MASTER_SITES=   http://dist.libuv.org/dist/v${PORTVERSION}/
DISTNAME=   ${PORTNAME}-v${PORTVERSION}

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:${PORTSDIR}/devel/py-gyp-devel  \
        gmake:${PORTSDIR}/devel/gmake

USES=       autoreconf libtool pathfix pkgconfig
GNU_CONFIGURE=  yes
PATHFIX_MAKEFILEIN= Makefile.am
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

pre-configure:
    ${ECHO_CMD} "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [ serial-tests])" \
        > ${WRKSRC}/m4/libuv-extra-automake-flags.m4

.if defined(MAINTAINER_MODE)
regression-test:
    (cd ${WRKSRC} && ./gyp_uv.py -f make && \
    ${SETENV} ${MAKE_ENV} ${GMAKE} -C out && \
    ./out/Debug/run-tests)
.endif

.include <bsd.port.mk>