freebsd-ports/sysutils/direvent/Makefile
Alexey Dokuchaev c9738a8634 Add a port of GNU Direvent, a daemon that monitors events in the file
system directories.

Requested by:	Zeus Panchenko (maintainer)
2019-10-03 15:26:00 +00:00

26 lines
428 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= direvent
PORTVERSION= 5.2
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= zeus@gnu.org.ua
COMMENT= Per-directory file system event monitor
LICENSE= GPLv3+
USES= gmake
GNU_CONFIGURE= yes
TEST_TARGET= check
INFO= ${PORTNAME}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>