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