summaryrefslogtreecommitdiff
path: root/sysutils/entr/Makefile
blob: c4890ba29f186858ee4fe95164afa695e57e5e75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	entr
PORTVERSION=	2.2
CATEGORIES=	sysutils
MASTER_SITES=	http://entrproject.org/code/

MAINTAINER=	danilogondolfo@gmail.com
COMMENT=	Runs arbitrary commands when files change

WRKSRC=	${WRKDIR}/eradman-entr-963b395019be

MAKEFILE=	Makefile.bsd
MAKE_ARGS=	MANPREFIX=${MANPREFIX}/man
PLIST_FILES=	bin/entr
MAN1=	entr.1
MANCOMPRESSED=	no

NO_STAGE=	yes
.include <bsd.port.mk>