2004-10-28 22:04:55 +02:00
|
|
|
# Ports collection Makefile for: sudosh
|
|
|
|
# Date created: 10/28/2004
|
|
|
|
# Whom: cy@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sudosh
|
2005-04-13 04:03:46 +02:00
|
|
|
PORTVERSION= 1.4.8
|
2004-10-28 22:04:55 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
|
|
|
|
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
|
|
COMMENT= A sudo shell
|
|
|
|
|
2004-10-30 03:46:55 +02:00
|
|
|
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
|
|
|
|
|
2004-10-28 22:04:55 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
|
2004-10-30 03:46:55 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-lutil"
|
2004-10-28 22:04:55 +02:00
|
|
|
|
2005-04-20 01:38:05 +02:00
|
|
|
MAN1= sudosh.1
|
|
|
|
MAN8= sudosh-replay.8
|
|
|
|
|
2004-10-28 22:04:55 +02:00
|
|
|
.include <bsd.port.mk>
|