1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/downtimed/Makefile
2021-04-06 16:31:07 +02:00

23 lines
473 B
Makefile

# Created by: Janne Snabb <snabb@epipe.com>
PORTNAME= downtimed
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \
http://launchpadlibrarian.net/145993356/
MAINTAINER= dbaio@FreeBSD.org
COMMENT= System downtime monitoring and reporting tool
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= tar:xz
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
post-install:
${MKDIR} ${STAGEDIR}/var/db/downtimed
.include <bsd.port.mk>