1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/sysutils/entr/Makefile

25 lines
549 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= entr
2020-01-28 13:18:07 +00:00
PORTVERSION= 4.4
CATEGORIES= sysutils
MASTER_SITES= http://entrproject.org/code/
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
LICENSE_FILE= ${WRKSRC}/LICENSE
MAKEFILE= Makefile.bsd
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
TEST_TARGET= test
PLIST_FILES= bin/entr man/man1/entr.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/entr
.include <bsd.port.mk>