# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
maintainers {fwright.net:fw @fhgwright} openmaintainer
description A secure, hardened, and improved implementation of NTP
long_description A secure, hardened, and improved implementation of Network \
Time Protocol derived from NTP Classic, Dave Mills’s original.
homepage https://www.ntpsec.org/
master_sites ftp://ftp.ntpsec.org/pub/releases/
checksums rmd160 4f88807fc4652d2bb0608ca82df5b7e6be18eb63 \
sha256 48eb3e0ed932fccc21373bc34a344b0c7164fda637f9b822b85b146f1aea398b \
depends_lib path:lib/libssl.dylib:openssl port:python${python.version}
patchfiles patch-PreHighSierra.diff
foreach f {ntpdig ntpkeygen ntploggps ntplogtemp ntpmon ntpq ntpsnmpd ntpsweep ntptrace ntpviz ntpwait} {
# Some programs may not exist, e.g. ntploggps w/o gpsd
if {[file exists ${destroot}${prefix}/bin/$f]} {
reinplace "s,^#!/usr/bin/env python,#!${python.bin}," ${destroot}${prefix}/bin/$f
configure.post_args-delete --nocache
configure.args --alltests \
--define=CONFIG_FILE=${prefix}/etc/ntp.conf \
--pythondir=${python.pkgd} \
--pythonarchdir=${python.pkgd}
destroot.cmd ${build.cmd}
# ntpsec has issues with universal builds:
# 1) It expects endianness to be single-valued at configure time.
# 2) There are problems with Python compiled extensions and universality.
variant classic description {Enable classic mode} {
configure.args-append --enable-classic-mode
variant doc description {Build manpages and HTML documentation} {
depends_build-append port:asciidoc port:docbook-xsl-nons
configure.args-append --enable-doc --htmldir=${prefix}/share/doc/${name}
configure.args-delete --disable-manpage
variant refclock description {Enable all reference clocks} {