# $Id: Portfile 83385 2011-08-31 01:52:26Z dports@macports.org $

PortSystem 1.0
name             rootsh
version          1.5.3
categories       shells
maintainers      toby
description      logging wrapper for shells
long_description \
	Rootsh is a wrapper for shells which logs all echoed \
	keystrokes and terminal output to a file and/or to \
	syslog. Its main purpose is the auditing of users \
	who need a shell with root privileges. They start \
	rootsh through the sudo mechanism.
homepage         http://rootsh.sourceforge.net/
platforms        darwin
license          GPL-3

master_sites     sourceforge
checksums        md5 af62e6140338c9b2e8e8f6e828fda1ac \
                 sha1 fa0049002b853a3d18b567dd60e4e714f9db2222 \
                 rmd160 1e5083c37a89b7c00606b4ca7367b90bc4ad58cb

patchfiles       patch-Makefile.in \
                 patch-configure \
                 patch-src__Makefile.in \
                 patch-src__rootsh.c

configure.args   --mandir=${prefix}/share/man
