summaryrefslogtreecommitdiff
path: root/security/sudosh3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sudosh3/Makefile')
-rw-r--r--security/sudosh3/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
deleted file mode 100644
index 0c7e2fb214a7..000000000000
--- a/security/sudosh3/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# Ports collection Makefile for: sudosh
-# Date created: 10/28/2004
-# Whom: cy@FreeBSD.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= sudosh
-PORTVERSION= 1.4.1
-PORTREVISION= 3
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= A sudo shell
-
-RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
-CONFIGURE_ENV= LDFLAGS="-lutil"
-
-.include <bsd.port.mk>