1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/downtimed/Makefile
2014-07-24 16:33:10 +00:00

28 lines
544 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= BSD
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_XZ= yes
MAN1= downtimes.1
MAN8= downtimed.8
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
NO_STAGE= yes
post-install:
@${MKDIR} /var/db/downtimed
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>