# $Id: Portfile,v 1.4 2005/03/27 05:49:34 toby Exp $

PortSystem 1.0
name             rootsh
version          1.5.2
categories       shells
maintainers      toby@opendarwin.org
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
master_sites     sourceforge
checksums        md5 39e3a876b991fe235af3150335d1a0f8

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

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