openbsd-ports/sysutils/entr/Makefile
sthen c1df977514 Support NOTE_TRUNCATE to allow entr to trigger on truncated files.
OK with Eric Radman (port maintainer/upstream).
2014-04-05 22:14:59 +00:00

31 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.7 2014/04/05 22:14:59 sthen Exp $
COMMENT = run arbitrary commands when files change
DISTNAME = entr-2.8
REVISION = 0
REV = 9192ece7198c
CATEGORIES = sysutils
HOMEPAGE = http://entrproject.org/
MAINTAINER = Eric Radman <ericshane@eradman.com>
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c
MASTER_SITES = http://entrproject.org/code/ \
https://bitbucket.org/eradman/entr/get/
MAKE_FILE = Makefile.bsd
MAKE_FLAGS = CC="${CC}" LDFLAGS="${LDFLAGS}"
WRKDIST = ${WRKDIR}/eradman-entr-${REV}
FAKE_FLAGS = DESTDIR=""
TEST_TARGET = test
.include <bsd.port.mk>