mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
fce0cd9cfc
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>
27 lines
738 B
Makefile
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>
|