freebsd-ports/sysutils/filewatcherd/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

27 lines
600 B
Makefile

# Created by: Natacha Porte <natbsd@instinctive.eu>
# $FreeBSD$
PORTNAME= filewatcherd
PORTVERSION= 1.0b2
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= natbsd@instinctive.eu
COMMENT= Daemon that watches files and runs commands when they change
LICENSE= ISCL
USE_GITHUB= yes
GH_ACCOUNT= faelys
GH_TAGNAME= 1.0-beta2
USE_RC_SUBR= filewatcherd
SUB_FILES= pkg-message
PLIST_FILES= sbin/filewatcherd etc/watchtab.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/filewatcherd ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${FILESDIR}/watchtab.sample ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>