mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
1166dbb559
sync PLIST, use https HOMEPAGE/SITES while there
33 lines
708 B
Makefile
33 lines
708 B
Makefile
COMMENT = cron-like daemon but reacting to filesystem events
|
|
|
|
DISTNAME = incron-0.5.10
|
|
REVISION = 6
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://inotify.aiken.cz/
|
|
|
|
SITES = https://inotify.aiken.cz/download/incron/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += lib/inotify/inotify c m pthread ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
BUILD_DEPENDS = devel/argp-standalone
|
|
LIB_DEPENDS = devel/libinotify
|
|
|
|
CXXFLAGS += -std=c++14
|
|
MAKE_FLAGS = CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/inotify" \
|
|
CXX="${CXX}" \
|
|
CXXFLAGS="${CXXFLAGS}" \
|
|
LDFLAGS="-L${LOCALBASE}/lib/inotify -linotify -Wl,-rpath,${LOCALBASE}/lib/inotify"
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|