1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/net-mgmt/zenpack-ntpmonitor/Makefile
Chris Rees fce0cd9cfc NTPMonitor monitors the offset between system time and a target NTP (Network
Time Server) server's time.

More details can be found at provided url.

WWW: http://community.zenoss.org/docs/DOC-3469

PR:		ports/167194
Submitted by:	Zenoss <zenoss@experts-exchange.com>
2011-12-18 17:44:38 +00:00

27 lines
738 B
Makefile

# New ports collection makefile for: NtpMonitor
# Date created: 13 May 2011
# Whom: Zenoss <zenoss@experts-exchange.com>
#
# $FreeBSD$
#
PORTNAME= NtpMonitor
PORTVERSION= 2.0.3
CATEGORIES= net-mgmt
MASTER_SITES= http://dev.zenoss.org/trac/changeset/26205/tags/zenoss-3.1.0/zenpacks/
DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip
MAINTAINER= zenoss@experts-exchange.com
COMMENT= Monitors the offset between system time and a target NTP servers time
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
USE_ZIP= yes
ZPACKGROUP= core
WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
.include <bsd.port.post.mk>