1 | # $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name jailkit |
---|
6 | version 2.3 |
---|
7 | categories security sysutils |
---|
8 | platforms darwin |
---|
9 | maintainers nomaintainer@macports.org |
---|
10 | description utilities to create limited user accounts in a chroot jail |
---|
11 | long_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 | |
---|
17 | homepage http://olivier.sessink.nl/jailkit/ |
---|
18 | master_sites ${homepage} |
---|
19 | checksums sha1 a2326881ed5497441a73737696d945043968fcb9 |
---|
20 | use_bzip2 yes |
---|
21 | |
---|
22 | depends_lib bin:python:python23 |
---|
23 | |
---|
24 | destroot.destdir prefix=${destroot}${prefix} \ |
---|
25 | iniprefix=${destroot}${prefix}/etc/jailkit |
---|
26 | post-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 | } |
---|