# $Id: Portfile 63719 2010-02-13 18:28:10Z rmsfisher@macports.org $ PortSystem 1.0 name cdrtools version 2.01.01a75 categories sysutils platforms darwin description ISO 9660 filesystem and CD creation tools long_description The cdrtools software includes programs to create \ and/or extract ISO 9660 filesystems, verify their \ integrity, and write them to a disc. \ Note, this port conflicts with the dvdrtools port. homepage http://cdrecord.berlios.de/old/private/cdrecord.html maintainers gmail.com:bytestorm openmaintainer master_sites ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/ checksums md5 2697c1d64d8adfc2880abbd261e84174 \ sha1 eaef1c4b20763301e1c10139ad51923bb161de3e \ rmd160 784e6ffda7082f9a1f25c67647a148271445ab40 use_bzip2 yes worksrcdir cdrtools-2.01.01 depends_build port:smake post-patch { reinplace "s|/opt/schily|${prefix}|g" \ ${worksrcpath}/DEFAULTS/Defaults.darwin \ ${worksrcpath}/DEFAULTS/Defaults.mac-os10 \ ${worksrcpath}/DEFAULTS_ENG/Defaults.darwin \ ${worksrcpath}/DEFAULTS_ENG/Defaults.mac-os10 \ ${worksrcpath}/libfind/find.c \ ${worksrcpath}/libfind/find_main.c \ ${worksrcpath}/librscg/scsi-remote.c \ ${worksrcpath}/TEMPLATES/Defaults.gcc } use_configure no build.cmd smake use_parallel_build no destroot.args DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix} MANDIR=share/man livecheck.url ftp://ftp.berlios.de/pub/cdrecord/alpha/ livecheck.regex "${name}-((\\d+(?:\\.\\d+)*)a(\\d+))${extract.suffix}"