1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/security/sudosh3/Makefile
2005-04-21 23:17:21 +00:00

36 lines
786 B
Makefile

# Ports collection Makefile for: sudosh
# Date created: 10/28/2004
# Whom: cy@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sudosh
PORTVERSION= 1.4.9.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/p&/:C/p\./p/}
MAINTAINER= cy@FreeBSD.org
COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
USE_GZIP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
CONFIGURE_ARGS+= --program-transform-name=''
.if defined(SUDOSH_LOGDIR)
CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}"
.else
CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh
.endif
CONFIGURE_ENV= LDFLAGS="-lutil"
MAN1= sudosh.1
MAN8= sudosh-replay.8
.include <bsd.port.mk>