mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
24 lines
583 B
Makefile
24 lines
583 B
Makefile
PORTNAME= entr
|
|
PORTVERSION= 5.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://eradman.com/entrproject/code/
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Runs arbitrary commands when files change
|
|
WWW= https://eradman.com/entrproject
|
|
|
|
# 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>
|