1 | # $Id: Portfile,v 1.2 2005/02/19 16:12:55 mww Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name dvdrtools |
---|
6 | version 0.2.1 |
---|
7 | categories sysutils |
---|
8 | platforms darwin |
---|
9 | maintainers pesco@gmx.de |
---|
10 | description a fork of cdrtools DVD writer support |
---|
11 | long_description "Linux dvd-rw/dvd-r writing made easy and free..." \ |
---|
12 | Dvdrtools is a fork of cdrtools, with the primary goal of \ |
---|
13 | supporting writable DVD drives. |
---|
14 | homepage http://www.nongnu.org/dvdrtools/ |
---|
15 | master_sites http://savannah.nongnu.org/download/dvdrtools/ |
---|
16 | checksums md5 e82d359137e716e8c0b04d5c73bd3e79 |
---|
17 | |
---|
18 | variant darwin { |
---|
19 | configure.env LIBS="-lIOKit -framework CoreFoundation" |
---|
20 | patchfiles patch-scsi-mac-iokit.c patch-cdda2wav-cdda2wav.c patch-cdrecord-cdrecord.c |
---|
21 | } |
---|
22 | |
---|
23 | configure.args --mandir=${prefix}/share/man |
---|