# -*- 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.1 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  a2e5a8c5a6d2190a3f9017630ab8045cf2918c3b \
                        sha256  4c771fe3fc5c4ab5f9393dd501bdc51e4c067297cf304ad1e74e1965ac1c066f \
                        size    18644

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
