1 | # $Id: Portfile 22004 2007-02-13 20:50:43Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name cdrtools |
---|
5 | version 2.01.01a25 |
---|
6 | revision 0 |
---|
7 | categories sysutils |
---|
8 | description ISO 9660 filesystem and CD creation tools |
---|
9 | long_description The cdrtools software includes programs to create \ |
---|
10 | and/or extract ISO 9660 filesystems, verify their \ |
---|
11 | integrity, and write them to a disc. |
---|
12 | homepage http://cdrecord.berlios.de/old/private/cdrecord.html |
---|
13 | maintainers bytestorm@gmail.com openmaintainer@macports.org |
---|
14 | master_sites ftp://ftp.berlios.de/pub/cdrecord/alpha/ \ |
---|
15 | ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/alpha/ |
---|
16 | checksums sha1 bdec95d5683e22230867fdfa0506df2e73bb6bdc |
---|
17 | |
---|
18 | use_bzip2 yes |
---|
19 | |
---|
20 | build.type gnu |
---|
21 | |
---|
22 | worksrcdir cdrtools-2.01.01 |
---|
23 | |
---|
24 | platform darwin { |
---|
25 | pre-patch { |
---|
26 | file copy -force /usr/share/libtool/config.guess /usr/share/libtool/config.sub "${worksrcpath}/conf/" |
---|
27 | } |
---|
28 | } |
---|
29 | |
---|
30 | configure { delete ${worksrcpath}/INSTALL } |
---|
31 | |
---|
32 | destroot.args DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix} |
---|