Ticket #20528: Portfile-testdisk.diff
File Portfile-testdisk.diff, 1.6 KB (added by nerdling (Jeremy Lavergne), 15 years ago) |
---|
-
sysutils/testdisk/Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 6 7 version 6.11 7 8 categories sysutils 8 9 platforms darwin 9 maintainers nomaintainer10 maintainers snc openmaintainer 10 11 description TestDisk is a powerful free data recovery utility. 11 12 long_description \ 12 13 TestDisk was primarily designed to help recover \ … … 16 17 (such as accidentally erasing your Partition Table). \ 17 18 Partition table recovery using TestDisk is really easy. 18 19 20 depends_build port:ncurses 21 22 depends_lib port:e2fsprogs \ 23 port:libiconv \ 24 port:jpeg \ 25 port:ncurses \ 26 port:ntfsprogs \ 27 port:openssl \ 28 port:zlib 29 # port:ossp-uuid 30 # provided by port:e2fsprogs 31 19 32 use_bzip2 yes 20 33 21 34 homepage http://www.cgsecurity.org/wiki/TestDisk … … 27 40 # Prevent build failure when ossp-uuid is installed. 28 41 configure.cppflags 29 42 configure.ldflags 43 44 configure.args-append --with-ncurses-lib=${prefix}/lib \ 45 --with-ncurses-includes=${prefix}/include/ncurses/ \ 46 --with-giconv-lib=${prefix}/lib \ 47 --with-giconv-includes=${prefix}/include/ \ 48 --without-ewf