openbsd-ports/sysutils/entr/Makefile
jca f7025e5c48 Update to entr-3.6
From Rafael Sadowski, maintainer timeout.
2016-10-23 00:21:24 +00:00

30 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.9 2016/10/23 00:21:24 jca Exp $
COMMENT = run arbitrary commands when files change
DISTNAME = entr-3.6
REV = c15b0be493fc
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>