1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/downtimed/Makefile
Wesley Shields afc919e64a - Update to 0.5.
- Mark MAKE_JOBS_SAFE.

PR:		ports/157393
Submitted by:	Janne Snabb <snabb@epipe.com> (maintainer)
2011-05-30 20:12:07 +00:00

33 lines
663 B
Makefile

# New ports collection makefile for: downtimed
# Date created: 2010-09-06
# Whom: Janne Snabb <snabb@epipe.com>
#
# $FreeBSD$
#
PORTNAME= downtimed
PORTVERSION= 0.5
CATEGORIES= sysutils
MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \
http://launchpadlibrarian.net/65433766/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= snabb@epipe.com
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
MAKE_JOBS_SAFE= yes
post-install:
@${MKDIR} /var/db/downtimed
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>