Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0

name b5i2iso
version 0.1
categories sysutils
platforms darwin
maintainers nomaintainer@macports.org
description BlindWrite image to ISO image file converter
long_description ${description}

homepage http://developer.berlios.de/projects/b5i2iso/
master_sites http://download.berlios.de/b5i2iso/
distname ${name}
checksums md5 f66638c96bb2af3cf3f9bb76fedf6353
use_bzip2 yes
dist_subdir ${name}/${version}
patchfiles patch-Makefile

use_configure no

destroot {
xinstall -m 755 ${worksrcpath}/b5i2iso ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} CHANGELOG gpl.txt \
${destroot}${prefix}/share/doc/${name}
}

files