aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wait_on/Makefile
blob: 31eb96c68970c0ba551a1e21cef6cb3c8c2ef527 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	wait_on
DISTVERSION=	1.1-2
DISTVERSIONSUFFIX=	-g2fb6f24
PORTREVISION=	1
CATEGORIES=	sysutils

MAINTAINER=	jcpierri@gmail.com
COMMENT=	Enable shell scripts to monitor for changes on directories and files
WWW=		https://github.com/jcpierri/wait_on

LICENSE=	BSD3CLAUSE

USES=		uidfix
USE_GITHUB=	yes
GH_ACCOUNT=	jcpierri

MAKE_ARGS=	MANDIR="${PREFIX}/share/man/man"

PLIST_FILES=	bin/wait_on share/man/man1/wait_on.1.gz

.include <bsd.port.mk>