# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0

name            b5i2iso
version         0.2
categories      sysutils
license         GPL-2
platforms       darwin
maintainers     nomaintainer
description     BlindWrite image to ISO image file converter
long_description    ${description}

homepage        https://web.archive.org/web/20111129094204/http://developer.berlios.de/projects/b5i2iso
master_sites    http://download.berlios.de/b5i2iso/
distname        ${name}
checksums       md5 f66638c96bb2af3cf3f9bb76fedf6353 \
                sha1 83cf1d77350434a8bfccf6226a0fcc697125d50c \
                rmd160 fcc87842509ea5903337a493500837398b1f72b3
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}
}
