Files
pkgsrc-ng/sysutils/watchman/Makefile
2016-01-21 23:40:00 +01:00

26 lines
776 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/03/15 15:28:24 tnn Exp $
DISTNAME= watchman-${VERSION}
VERSION= 3.0.0
CATEGORIES= sysutils
MASTER_SITES= -https://github.com/facebook/watchman/archive/v${VERSION}.tar.gz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/facebook/watchman/
COMMENT= Watches files and takes action when they change
LICENSE= apache-2.0
USE_TOOLS+= autoconf automake autoreconf gmake
GNU_CONFIGURE= yes
# https://github.com/facebook/watchman/issues/50
CONFIGURE_ARGS+= --enable-lenient
CONFIGURE_ARGS+= --enable-conffile=${PKG_SYSCONFDIR}/watchman.json
CONFIGURE_ARGS+= --with-pcre
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"