diff options
Diffstat (limited to 'security/tinysu/Makefile')
-rw-r--r-- | security/tinysu/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/tinysu/Makefile b/security/tinysu/Makefile new file mode 100644 index 000000000000..a015952bac6e --- /dev/null +++ b/security/tinysu/Makefile @@ -0,0 +1,21 @@ +# 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> |