opnsense-ports/sysutils/direvent/Makefile
Franco Fichtner 0bafe2b7fa */*: sync with upstream
Taken from: FreeBSD
2024-02-26 10:57:15 +01:00

27 lines
497 B
Makefile

PORTNAME= direvent
PORTVERSION= 5.3
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= zeus@gnu.org.ua
COMMENT= Per-directory file system event monitor
WWW= https://www.gnu.org.ua/software/direvent/
LICENSE= GPLv3+
USES= gmake
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
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>