Files

32 lines
1.1 KiB
Tcl
Raw Permalink Normal View History

# -*- 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
2004-11-08 14:15:45 +00:00
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}
2004-11-08 14:15:45 +00:00
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 \
2007-03-27 05:02:48 +00:00
sha1 83cf1d77350434a8bfccf6226a0fcc697125d50c \
rmd160 fcc87842509ea5903337a493500837398b1f72b3
use_bzip2 yes
dist_subdir ${name}/${version}
patchfiles patch-Makefile
2004-11-08 14:15:45 +00:00
use_configure no
2004-11-08 14:15:45 +00:00
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}
2004-11-08 14:15:45 +00:00
}