# $Id: Portfile,v 1.1 2004/06/11 10:21:30 mww Exp $ PortSystem 1.0 name biabam version 0.9.6 categories mail platforms darwin maintainers mww@opendarwin.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 56ed6e4f24f9b478d4be33af9c45a9a9 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} }