| 1 | # $Id: $ |
|---|
| 2 | PortSystem 1.0 |
|---|
| 3 | name dvdrtools |
|---|
| 4 | version 0.2.1 |
|---|
| 5 | categories sysutils |
|---|
| 6 | description a fork of cdrtools DVD writer support |
|---|
| 7 | long_description "Linux dvd-rw/dvd-r writing made easy and free..." \ |
|---|
| 8 | Dvdrtools is a fork of cdrtools, with the primary goal \ |
|---|
| 9 | of supporting writable DVD drives. |
|---|
| 10 | master_sites http://savannah.nongnu.org/download/dvdrtools/ |
|---|
| 11 | checksums md5 e82d359137e716e8c0b04d5c73bd3e79 |
|---|
| 12 | |
|---|
| 13 | variant darwin { |
|---|
| 14 | configure.env-append LIBS="-lIOKit -framework CoreFoundation" |
|---|
| 15 | patchfiles IOKit-VERSION-patch.diff |
|---|
| 16 | } |
|---|