2013-04-19 03:41:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= entr
|
2017-02-28 18:06:31 +00:00
|
|
|
PORTVERSION= 3.7
|
2013-04-19 12:26:55 +00:00
|
|
|
CATEGORIES= sysutils
|
2013-12-19 13:29:36 +00:00
|
|
|
MASTER_SITES= http://entrproject.org/code/ \
|
|
|
|
https://bitbucket.org/eradman/entr/get/
|
2013-04-19 03:41:39 +00:00
|
|
|
|
2013-09-30 22:46:13 +00:00
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
2013-04-19 03:41:39 +00:00
|
|
|
COMMENT= Runs arbitrary commands when files change
|
|
|
|
|
2014-02-12 19:34:33 +00:00
|
|
|
# This software has code under BSD2CLAUSE license.
|
2013-12-20 14:16:06 +00:00
|
|
|
# All the code used in FreeBSD is under ISCL license.
|
|
|
|
LICENSE= ISCL
|
2013-12-19 13:29:36 +00:00
|
|
|
|
2017-02-28 18:06:31 +00:00
|
|
|
WRKSRC= ${WRKDIR}/eradman-entr-c5b62bde107d
|
2013-04-19 03:41:39 +00:00
|
|
|
|
2013-08-11 06:48:44 +00:00
|
|
|
MAKEFILE= Makefile.bsd
|
2013-08-11 07:33:16 +00:00
|
|
|
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
|
2015-04-15 15:16:02 +00:00
|
|
|
PLIST_FILES= bin/entr man/man1/entr.1.gz
|
2013-04-19 03:41:39 +00:00
|
|
|
|
2014-02-12 19:34:33 +00:00
|
|
|
regression-test: build
|
|
|
|
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} ${MAKE_ARGS} test)
|
|
|
|
|
2013-04-19 03:41:39 +00:00
|
|
|
.include <bsd.port.mk>
|