# Created by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>
# $FreeBSD: tags/RELEASE_11_1_0/sysutils/fswatch-mon/Makefile 440860 2017-05-13 23:50:49Z linimon $

PORTNAME=	fswatch
PORTVERSION=	1.9.3
CATEGORIES=	sysutils
PKGNAMESUFFIX=	-mon

MAINTAINER=	enrico.m.crisostomo@gmail.com
COMMENT=	Cross-platform file change monitor

LICENSE=	GPLv3

BROKEN_powerpc64=	fails to configure: A compiler with support for C++11 language features is required

USES=		autoreconf gettext libtool makeinfo
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

INFO=	fswatch

CONFLICTS_INSTALL=	fswatch-[0-9]*

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

NLS_USES=	        gettext
NLS_CONFIGURE_ENABLE=	nls

USE_GITHUB=	yes
GH_ACCOUNT=	emcrisostomo

post-install:
	  ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfswatch.so

.include <bsd.port.mk>
