Ticket #12677: atool-0.33.0.diff
File atool-0.33.0.diff, 1.0 KB (added by nox@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 PortSystem 1.0 3 PortSystem 1.0 4 4 5 name atool 5 version 0.3 2.06 version 0.33.0 6 7 categories archivers 7 8 platforms darwin 8 9 maintainers expiation@devils.com … … 13 14 14 15 master_sites http://download.savannah.gnu.org/releases/atool/ 15 16 16 checksums md5 f1e770f3a90dbdf956eb2516e921dc04 17 checksums md5 7b069de13fa74dc1369d2d1efd43adbf \ 18 sha1 150589966518003376e502eb704404ee2af017a4 \ 19 rmd160 8cec1c25ef13212b7f7215cd72b2c009207a7751 20 21 build {} 17 22 18 23 depends_build port:perl5.8 19 24 depends_run port:perl5.8 20 25 21 configure.args --mandir=${prefix}/share/man 26 post-destroot { 27 set docdir ${prefix}/share/doc/${name}-${version} 28 xinstall -d ${destroot}${docdir} 29 xinstall -m 0644 -W ${worksrcpath} COPYING ChangeLog NEWS README TODO \ 30 ${destroot}${docdir} 31 } 32 33 universal_variant no 34