PortSystem 1.0

name			biabam
version			0.9.7
categories		mail
platforms		any
supported_archs	noarch
license			GPL-2
maintainers		nomaintainer
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}
}
