Portfile

# $Id: Portfile 20467 2006-11-03 15:23:12Z blair@macports.org $

PortSystem 1.0

name dvdrtools
version 0.2.1
categories sysutils
platforms darwin
maintainers pesco@gmx.de
description a fork of cdrtools DVD writer support
long_description "Linux dvd-rw/dvd-r writing made easy and free..." \
Dvdrtools is a fork of cdrtools, with the primary goal of \
supporting writable DVD drives.
homepage http://www.nongnu.org/dvdrtools/
master_sites http://savannah.nongnu.org/download/dvdrtools/
checksums md5 e82d359137e716e8c0b04d5c73bd3e79

variant darwin {
configure.env LIBS="-lIOKit -framework CoreFoundation"
patchfiles patch-scsi-mac-iokit.c \
patch-cdda2wav-cdda2wav.c \
patch-cdrecord-cdrecord.c
}

configure.args --mandir=${prefix}/share/man

files