Ticket #10790: Portfile

File Portfile, 1004 bytes (added by mklein-de (Michael Klein), 18 years ago)

Portfile for afio

Line 
1# $Id: Portfile,v 1.2 2006/09/26 18:13:47 michael Exp $
2
3PortSystem 1.0
4
5name                    afio
6version                 2.5
7categories              archivers
8platforms               darwin
9maintainers             michael.klein@puffin.lb.shuttle.de
10description             Archiver & backup program with builtin compression
11long_description        Afio makes cpio-format archives. It deals somewhat \
12                        gracefully with input data corruption, supports \
13                        multi-volume archives during interactive operation, and \
14                        can make compressed archives that are much safer than \
15                        compressed tar or cpio archives. Afio is best used as \
16                        an `archive engine' in a backup script.
17
18homepage                http://freshmeat.net/projects/afio/
19master_sites            http://members.brabant.chello.nl/~k.holtman
20checksums               md5 8c6665e0f875dcd8e1bdb18644b59688
21extract.suffix          .tgz
22
23use_configure           no
24
25build.target            afio
26
27destroot                {
28                                xinstall ${worksrcpath}/afio ${destroot}${prefix}/bin/
29                                xinstall ${worksrcpath}/afio.1 ${destroot}${prefix}/share/man/man1/
30                        }
31
32destroot.destdir        prefix=${destroot}${prefix}