1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/entr/Makefile
Danilo Egea Gondolfo 769ef60ea9 - Update from 2.6 to 2.7
- Update the comment about the license. There is no more code under BSD3CLAUSE
- Add regression-test target (requested/suggested by the developer)

Reported by:	Eric Radman <ericshane@eradman.com>
2014-02-12 19:34:33 +00:00

26 lines
634 B
Makefile

# $FreeBSD$
PORTNAME= entr
PORTVERSION= 2.7
CATEGORIES= sysutils
MASTER_SITES= http://entrproject.org/code/ \
https://bitbucket.org/eradman/entr/get/
MAINTAINER= danilo@FreeBSD.org
COMMENT= Runs arbitrary commands when files change
# This software has code under BSD2CLAUSE license.
# All the code used in FreeBSD is under ISCL license.
LICENSE= ISCL
WRKSRC= ${WRKDIR}/eradman-entr-1a5f856f032a
MAKEFILE= Makefile.bsd
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
PLIST_FILES= bin/entr man/man1/entr.1.gz
regression-test: build
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${MAKE_ARGS} test)
.include <bsd.port.mk>