summaryrefslogtreecommitdiff
path: root/sysutils/fswatch-mon/Makefile
blob: 09c8a06f7fa54bdf078affd88326b019723e7b03 (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
# Created by: Enrico M. Crisostomo <enrico.m.crisostomo@gmail.com>

PORTNAME=	fswatch
DISTVERSION=	1.13.0
PORTREVISION=	2
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/emcrisostomo/${PORTNAME}/releases/download/${DISTVERSION}/
PKGNAMESUFFIX=	-mon

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

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c++11-lang libtool makeinfo
USE_LDCONFIG=	yes

CONFLICTS_INSTALL=	fswatch
GNU_CONFIGURE=	yes
INFO=	fswatch
INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=	DOCS NLS
OPTIONS_SUB=	yes

NLS_USES=	gettext
NLS_CONFIGURE_ENABLE=	nls

.include <bsd.port.mk>