freebsd-ports/security/tinysu/Makefile
Pav Lucistnik 14ada42ce7 This is a port of tinysu, a featureless replacement for su and sudo. tinysu is
installed setuid root and executable by members of a particular group. It is
intended to be used in situations where an unprivileged user is being granted
full root access, but wants the convenience of a sudo-style log.

PR:		ports/80752
Submitted by:	Zak Johnson <zakj@nox.cx>
2005-05-24 21:52:50 +00:00

21 lines
373 B
Makefile

# New ports collection makefile for: tinysu
# Date created: 5 May 2005
# Whom: zakj@nox.cx
#
# $FreeBSD$
#
PORTNAME= tinysu
PORTVERSION= 0.9
CATEGORIES= security
MASTER_SITES= http://peff.net/tinysu/
MAINTAINER= zakj@nox.cx
COMMENT= A featureless replacement for su and sudo
PLIST_FILES= bin/tinysu
ALL_TARGET= it
INSTALL_TARGET= setup check
.include <bsd.port.mk>