a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name biabam
version 0.9.7
categories mail
platforms darwin
maintainers nomaintainer@macports.org
description biabam is a bash attachment mailer
long_description biabam is a bash attachment mailer. It is just a small \
tool, useful when you want to mail attachments from the \
commandline.
homepage http://mmj.dk/biabam/
master_sites ${homepage}
checksums md5 78ebb3ac1292736608e044b08f6fa447
patchfiles patch-biabam.diff
use_bzip2 yes
depends_run bin:bash:bash
use_configure no
build {}
destroot {
xinstall -m 755 ${worksrcpath}/biabam ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/README \
${destroot}${prefix}/share/doc/${name}
}