# $Id: Portfile 123659 2014-08-12 06:14:02Z jmr@macports.org $ 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 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} }