freebsd-ports/security/sudosh/Makefile

44 lines
941 B
Makefile
Raw Normal View History

# Ports collection Makefile for: sudosh
# Date created: 10/28/2004
# Whom: cy@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sudosh
2005-10-05 00:16:02 +02:00
PORTVERSION= 1.8.2
2005-10-26 19:14:38 +02:00
PORTREVISION= 3
CATEGORIES= security
2005-04-22 01:17:21 +02:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= cy@FreeBSD.org
2005-10-25 20:58:03 +02:00
COMMENT= A sudo shell
RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc"
2005-04-22 01:17:21 +02:00
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
2005-06-17 19:00:02 +02:00
MAN5= sudosh.conf.5
MAN8= sudosh-replay.8
2005-05-07 05:14:06 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Does not compile on FreeBSD 4.x"
.endif
.include <bsd.port.post.mk>