Files
ports/sysutils/fswatch-mon/Makefile
Muhammad Moinur Rahman 009cb14a74 sysutils/fswatch-mon: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 18:49:53 +01:00

31 lines
674 B
Makefile

PORTNAME= fswatch
DISTVERSION= 1.13.0
PORTREVISION= 3
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
WWW= https://github.com/emcrisostomo/fswatch
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++11-lang libtool makeinfo
USE_LDCONFIG= yes
CONFLICTS_INSTALL= fswatch
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INFO= fswatch
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.mk>