1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/sudo/Makefile
Bill Fumerola ddb4168d7d Upgrade to v1.5.8p2
PR:		ports/10817(not used), ports/10499
Submitted by:	foxfair, Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
1999-03-29 00:52:35 +00:00

32 lines
695 B
Makefile

# New ports collection makefile for: sudo
# Version required: 1.5.8.2
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.17 1999/03/09 07:50:02 obrien Exp $
#
DISTNAME= cu-sudo.v1.5.8p2
PKGNAME= sudo-1.5.8.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
MAINTAINER= erich@FreeBSD.ORG
WRKSRC= ${WRKDIR}/sudo.v1.5.8p2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-skey \
--with-opie \
--with-logfac=LOG_AUTH \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
--disable-root-sudo
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
.include <bsd.port.mk>