aboutsummaryrefslogtreecommitdiff
path: root/security/sudosh2/Makefile
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2004-10-28 20:04:55 +0000
committerCy Schubert <cy@FreeBSD.org>2004-10-28 20:04:55 +0000
commita4e6989ec1b82ae9333b276fab7bfa91fd429de6 (patch)
tree7623893ac2ecd8b2b177e6bad082098b21958d35 /security/sudosh2/Makefile
parent9c9d61c8b2fc69c1a033f4304ae33e66dd91d055 (diff)
downloadports-a4e6989ec1b82ae9333b276fab7bfa91fd429de6.tar.gz
ports-a4e6989ec1b82ae9333b276fab7bfa91fd429de6.zip
Notes
Diffstat (limited to 'security/sudosh2/Makefile')
-rw-r--r--security/sudosh2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile
new file mode 100644
index 000000000000..67496042c3ce
--- /dev/null
+++ b/security/sudosh2/Makefile
@@ -0,0 +1,22 @@
+# Ports collection Makefile for: sudosh
+# Date created: 10/28/2004
+# Whom: cy@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= sudosh
+PORTVERSION= 1.4.1
+CATEGORIES= security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= A sudo shell
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+
+.include <bsd.port.mk>