Ticket #11644: Portfile

File Portfile, 1.0 KB (added by bytestorm@…, 17 years ago)

jailkit 2.3 portfile

Line 
1# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
2
3PortSystem 1.0
4
5name                    jailkit
6version                 2.3
7categories              security sysutils
8platforms               darwin
9maintainers             nomaintainer@macports.org
10description             utilities to create limited user accounts in a chroot jail
11long_description        Jailkit is a set of utilities to allow quick creation of \
12                                        limited user accounts in a chroot jail. It contains a safe \
13                                        logging daemon, shells that can restrict users, utilities \
14                                        to start daemons in a chroot jail, and utilities for easy \
15                                        setup of chroot jails.
16
17homepage                http://olivier.sessink.nl/jailkit/
18master_sites    ${homepage}
19checksums               sha1 a2326881ed5497441a73737696d945043968fcb9
20use_bzip2               yes
21
22depends_lib             bin:python:python23
23
24destroot.destdir        prefix=${destroot}${prefix} \
25                                iniprefix=${destroot}${prefix}/etc/jailkit
26post-destroot   {
27        xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
28        xinstall -m 644 -W ${worksrcpath} COPYRIGHT INSTALL.txt README.txt \
29                ${destroot}${prefix}/share/doc/${name}
30}