1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/downtimed/Makefile
2014-12-11 00:40:16 +00:00

24 lines
485 B
Makefile

# Created by: Janne Snabb <snabb@epipe.com>
# $FreeBSD$
PORTNAME= downtimed
PORTVERSION= 0.6
CATEGORIES= sysutils
MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \
http://launchpadlibrarian.net/145993356/
MAINTAINER= ports@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>