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