mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
24 lines
485 B
Makefile
24 lines
485 B
Makefile
# Created by: Janne Snabb <snabb@epipe.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|