Ticket #15090: Portfile

File Portfile, 759 bytes (added by 0booo5b02@…, 16 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name                            vobcopy
5version                         1.1.1
6categories                      multimedia
7maintainers                     0booo5b02@sneakemail.com
8description                     copies DVD .vob files to harddisk, decrypting them on the way
9long_description        copies DVD disks or files to harddisk with optional decryption
10homepage                        http://vobcopy.org/
11platforms                       darwin
12use_bzip2                       yes
13master_sites            http://vobcopy.org/download/
14checksums                       md5 f3331ff362c8f271731944b1a9dea108
15depends_lib             lib:libdvdread:libdvdread
16configure.args          --with-lfs \
17                                        --with-dvdread-libs=/opt/local \
18                                        --prefix=${prefix} \
19                                        --mandir=${prefix}/share/man \
20                                        --bindir=${prefix}/bin
21
22patchfiles                      patch-configure.sh
23pre-configure   { cd ${worksrcpath}
24                  system "ln -s configure.sh configure" }