30 lines
577 B
Makefile
30 lines
577 B
Makefile
# $OpenBSD: Makefile,v 1.12 2018/02/20 19:23:34 bket Exp $
|
|
|
|
COMMENT = run arbitrary commands when files change
|
|
|
|
DISTNAME = entr-4.0
|
|
REV = d5110481f5b9
|
|
|
|
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>
|