mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
afc919e64a
- Mark MAKE_JOBS_SAFE. PR: ports/157393 Submitted by: Janne Snabb <snabb@epipe.com> (maintainer)
33 lines
663 B
Makefile
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>
|