Portfile

# $Id: Portfile 20467 2006-11-03 15:23:12Z blair@macports.org $
PortSystem 1.0
name faubackup
version 0.5.8
categories sysutils
maintainers tim@ccc.de
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
depends_lib lib:popt:popt
checksums md5 6b57b076cd5669ae3b8fae29835c3e34

configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args --prefix=${prefix} --mandir=${prefix}/share/man

post-extract {
cd ${workpath}
file rename ${name} ${name}-${version}
}