Ticket #3048: Portfile

File Portfile, 748 bytes (added by pw@…, 19 years ago)

Patch to build correctly - Portfile

Line 
1# $Id: Portfile,v 1.2 2005/02/19 16:12:55 mww Exp $
2
3PortSystem 1.0
4
5name                    dvdrtools
6version                 0.2.1
7categories              sysutils
8platforms               darwin
9maintainers             pesco@gmx.de
10description             a fork of cdrtools DVD writer support
11long_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.
14homepage                http://www.nongnu.org/dvdrtools/
15master_sites    http://savannah.nongnu.org/download/dvdrtools/
16checksums               md5 e82d359137e716e8c0b04d5c73bd3e79
17
18variant 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
23configure.args  --mandir=${prefix}/share/man