# -*- 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

PortSystem              1.0
PortGroup               github 1.0
PortGroup               makefile 1.0
PortGroup               openssl 1.0

github.setup            twekkel htpdate 2.0.0 v
github.tarball_from     archive
revision                0
categories              net
license                 GPL-2+
maintainers             nomaintainer

description             Network time synchronization over remote web servers
long_description        ${description}.

homepage                https://www.vervest.org/htp/
master_sites-append     ${homepage}archive/c/

checksums               rmd160  f7a72342824a287451955d8e84e3f24fde66e087 \
                        sha256  52f25811f00dfe714e0bcf122358ee0ad74e25db3ad230d5a4196e7a62633f27 \
                        size    17443

compiler.c_standard     2011

makefile.has_destdir    no
makefile.prefix_name    prefix

makefile.override-append \
                        PREFIX

build.target            https

destroot.destdir-append STRIP=/usr/bin/strip
