summaryrefslogtreecommitdiff
path: root/sysutils/entr/Makefile
blob: 1d55f92611dbc633ccad3ddb029ee12113fb36c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	entr
PORTVERSION=	5.5
PORTREVISION=	1
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=${PREFIX}/share/man
TEST_TARGET=	test
PLIST_FILES=	bin/entr share/man/man1/entr.1.gz

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/entr

.include <bsd.port.mk>