# -*- 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 {ryandesign @ryandesign} openmaintainer
description Fast System VerSioning
long_description FSVS is a complete backup/restore/versioning tool \
for all files in a directory tree or whole \
filesystems, with a Subversion repository as the \
backend. Think of it like tar or rsync with \
homepage http://fsvs.tigris.org/
master_sites https://download.fsvs-software.org/ \
https://download.fsvs-software.org/old/
checksums rmd160 1205fc2899990e14324939c652f0a00b77102761 \
sha256 6353dfe3c63bd0c290ea0bb825ccb405535537ab61f5207d363e37e497ad44c4 \
depends_lib port:subversion \
patchfiles patch-configure.diff \
patch-src-Makefile.in.diff
configure.cflags-append -fnested-functions
build.args CC=${configure.cc}
destroot.keepdirs ${destroot}${prefix}/etc/fsvs \
${destroot}${prefix}/var/spool/fsvs \
${destroot}${prefix}/etc/fsvs/svn/auth/svn.simple \
${destroot}${prefix}/etc/fsvs/svn/auth/ssl.server \
${destroot}${prefix}/etc/fsvs/svn/auth/ssl.client-passphrase
xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.1] ${destroot}${prefix}/share/man/man1
xinstall -m 644 {*}[glob ${worksrcpath}/doc/*.5] ${destroot}${prefix}/share/man/man5
set docdir ${destroot}${prefix}/share/doc/${subport}
xinstall -m 644 -W ${worksrcpath} \