freebsd-ports/sysutils/direvent/Makefile
Alexey Dokuchaev b97f2da76d sysutils/direvent: the port had been updated to version 5.3
Set TEST_WRKSRC to the particular subdirectory tests are being kept in.

Reported by:	maintainer
2022-01-03 13:33:56 +00:00

26 lines
445 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= direvent
PORTVERSION= 5.3
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
TEST_WRKSRC= ${WRKSRC}/tests
INFO= ${PORTNAME}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-runtime
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.mk>