Ticket #2687: Portfile

File Portfile, 673 bytes (added by pesco@…, 19 years ago)

ATTACHMENT: dvdrtools-0.2.1

Line 
1# $Id: $
2PortSystem             1.0
3name                   dvdrtools
4version                0.2.1
5categories             sysutils
6description            a fork of cdrtools DVD writer support
7long_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.
10master_sites           http://savannah.nongnu.org/download/dvdrtools/
11checksums              md5 e82d359137e716e8c0b04d5c73bd3e79
12
13variant darwin {
14    configure.env-append  LIBS="-lIOKit -framework CoreFoundation"
15    patchfiles            IOKit-VERSION-patch.diff
16}