PortSystem              1.0
name                    faubackup
version                 0.5.9
revision                1
categories              sysutils
platforms               darwin
license                 GPL-2
maintainers             nomaintainer
description             FauBackup - simple incremental backup utility
long_description        FauBackup creates simple, file-system compatible \
                        backups from parts of your disk. It automatically \
                        creates incremental backups using hard links.
homepage                http://faubackup.sourceforge.net/
master_sites            sourceforge:project/${name}/${name}/${version}

checksums               rmd160  c0c23883ec35c5224a30ad89b20227f08fce8f66 \
                        sha256  0f6b8b248ec55efa81b3af29e9bbd86b6cab336228bcf271ee01ea330d347cb9

depends_lib             port:popt

post-patch {
    reinplace "s|@SYSCONFIDR@|@SYSCONFDIR@|g" ${worksrcpath}/doc/${name}.8.in
}

configure.args          --mandir=${prefix}/share/man
