Ticket #23382: Portfile

File Portfile, 1015 bytes (added by mklein-de (Michael Klein), 14 years ago)

Updated Portfile (with --png-include=${prefix}/include to ensure the right png.h is used)

Line 
1# $Id$
2
3PortSystem 1.0
4
5name                    dvdisaster
6version                 0.72.1
7categories              sysutils
8maintainers             puffin.lb.shuttle.de:michael.klein openmaintainer
9description             Additional error correction for CD, DVD and BD media.
10long_description        dvdisaster stores data on CD/DVD/BD in a way that it \
11                        is fully recoverable even after some read errors have \
12                        developed. This enables you to rescue the complete \
13                        data to a new medium.
14
15homepage                http://www.dvdisaster.net
16platforms               darwin
17master_sites            sourceforge
18use_bzip2               yes
19depends_lib             port:gtk2
20checksums               md5      4da96566bc003be93d9dfb0109b4aa1d \
21                        sha1     54499a6c22d121f8b7ceb070b8517b3038bb68b4 \
22                        rmd160  0315b7a8d8529383361b7cd344e79e9f8138ee43
23
24# work around https://savannah.gnu.org/bugs/index.php?26149
25patchfiles              patch-gettext-0.17.diff \
26                        patch-scsi-layer.h.diff
27
28configure.args-append   --buildroot=${destroot} \
29                        --mandir=${prefix}/share/man \
30                        --docdir=${prefix}/share/doc \
31                        --localedir=${prefix}/share/locale \
32                        --png-includes=${prefix}/include