mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
768ec526e6
ok semarie@
29 lines
501 B
Makefile
29 lines
501 B
Makefile
COMMENT = file change monitor
|
|
|
|
DISTNAME = fswatch-${V}
|
|
V = 1.18.3
|
|
|
|
SHARED_LIBS += fswatch 0.1 # 13.0
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://emcrisostomo.github.io/fswatch/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += ${COMPILER_LIBCXX} c m iconv intl
|
|
|
|
SITES = https://github.com/emcrisostomo/fswatch/releases/download/${V}/
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
SEPARATE_BUILD = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
LIB_DEPENDS += converters/libiconv \
|
|
devel/gettext,-runtime
|
|
|
|
.include <bsd.port.mk>
|