freebsd-ports/sysutils/downtimed/Makefile
Wen Heping 05adf1a833 - Update to 1.0
- Pass maintainership to submitter

PR:		210732
Submitted by:	dbaio@bsd.com.br
2016-07-01 08:39:15 +00:00

23 lines
484 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@bsd.com.br
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>