# -*- 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
description internet protocol service daemons
ipsvd is a set of internet protocol service \
daemons for Unix. It currently includes a \
TCP/IP service daemon, and a UDP/IP service \
homepage http://smarden.org/ipsvd/
checksums md5 82c8710e4beec3e92f3d9a616290232b \
sha1 1762c0e756adc46ff8f69bacc3a57943d08add35 \
rmd160 2afc7c09521c2f63f3f5d2db3b5a86470e8a628b
worksrcdir net/${name}-${version}
build.dir ${worksrcpath}/src
foreach app {ipsvd-cdb tcpsvd udpsvd} {
xinstall -m 755 ${build.dir}/${app} \
${destroot}${prefix}/sbin
xinstall -m 444 ${worksrcpath}/man/${app}.8 \
${destroot}${prefix}/share/man/man8
xinstall -m 444 ${worksrcpath}/man/ipsvd-instruct.5 \
${destroot}${prefix}/share/man/man5
xinstall -m 444 ${worksrcpath}/man/ipsvd.7 \
${destroot}${prefix}/share/man/man7
xinstall -m 444 ${worksrcpath}/man/sslio.8 \
${destroot}${prefix}/share/man/man8
xinstall -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 444 -W ${worksrcpath}/package README COPYING \
${destroot}${prefix}/share/doc/${name}
livecheck.url ${homepage}install.html
livecheck.regex ${name}-(\[0-9.\]+)\\.tar