2013-04-19 03:41:39 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= entr
|
2020-01-28 13:18:07 +00:00
|
|
|
PORTVERSION= 4.4
|
2013-04-19 12:26:55 +00:00
|
|
|
CATEGORIES= sysutils
|
2019-12-02 21:54:31 +00:00
|
|
|
MASTER_SITES= http://entrproject.org/code/
|
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
|
2018-06-10 13:03:20 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
2013-12-19 13:29:36 +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
|
2018-04-11 08:33:36 +00:00
|
|
|
TEST_TARGET= test
|
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
|
|
|
|
2019-11-24 18:32:11 +00:00
|
|
|
post-install:
|
|
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/entr
|
|
|
|
|
2013-04-19 03:41:39 +00:00
|
|
|
.include <bsd.port.mk>
|