# -*- coding:utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {darkcog.com:casr @casr} openmaintainer
description a utility for running arbitrary commands when files change.
long_description a utility for running arbitrary commands when \
files change. Uses kqueue(2) to avoid polling. \
entr responds to file system events by executing \
homepage http://entrproject.org
master_sites ${homepage}/code
checksums rmd160 5abec400fdf589f9e3c4f576c835459480ed4e27 \
sha256 c503c93ccffc1e6b2da979cdcb88c5a686e261103501eede7077fa089cdfef78 \
worksrcdir eradman-entr-f4e2cbe57708
# ./configure is just a simple batch file
build.env-append CC=${configure.cc} \
"CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \
"LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]"
destroot.destdir PREFIX="${destroot}${prefix}" \
MANPREFIX="${destroot}${prefix}/share/man"
test.env-append CC=${configure.cc} \
"CFLAGS=${configure.cflags} [get_canonical_archflags cc]" \
"LDFLAGS=${configure.ldflags} [get_canonical_archflags ld]"