# $OpenBSD: Makefile,v 1.1.1.1 2012/04/12 14:55:47 sthen Exp $ COMMENT = run arbitrary commands when files change DISTNAME = entr-1.0 REV = d0f7f616c4b1 CATEGORIES = sysutils HOMEPAGE = https://bitbucket.org/eradman/entr/ MAINTAINER = Eric Radman # ISC PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM = Yes PERMIT_DISTFILES_FTP = Yes MASTER_SITES = http://static.eradman.com/code/ \ https://bitbucket.org/eradman/entr/get/ MAKE_FLAGS = CC="${CC}" WRKDIST = ${WRKDIR}/eradman-entr-${REV} REGRESS_TARGET = test .include