summaryrefslogtreecommitdiff
path: root/security/sudosh3/Makefile
blob: 0c7e2fb214a776da3a72cc65b85e3da733bcbdc3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>