1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/filewatcherd/Makefile
Baptiste Daroussin 5637caab71 Fix license
Fix pkg-message
Do not show message in post-install, the stage is already taking care of doing it

Approved by:	Natacha Porte <natbsd@instinctive.eu>
2014-02-14 09:43:30 +00:00

30 lines
655 B
Makefile

# Created by: Natacha Porte <natbsd@instinctive.eu>
# $FreeBSD$
PORTNAME= filewatcherd
PORTVERSION= 1.0b2
PORTREVISION= 1
DISTNAME= ${PORTNAME}-${GH_TAGNAME}
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_COMMIT= e1e6c7a
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>