1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name vobcopy |
---|
5 | version 1.1.1 |
---|
6 | categories multimedia |
---|
7 | maintainers sneakemail.com:0booo5b02 |
---|
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 port:libdvdread |
---|
16 | patchfiles patch-configure.sh |
---|
17 | |
---|
18 | configure.cmd ./configure.sh |
---|
19 | configure.args --with-lfs \ |
---|
20 | --with-dvdread-libs=${prefix} \ |
---|
21 | --mandir=${prefix}/share/man \ |
---|
22 | --bindir=${prefix}/bin |
---|