freebsd-ports/security/sudo/Makefile
Eric L. Hernes a386786d2d upgrade to 1.5.8.1
Submitted by:	Igor Vinokurov <igor@rtsnet.ru>
1999-03-08 16:27:29 +00:00

31 lines
694 B
Makefile

# New ports collection makefile for: sudo
# Version required: 1.5.6.5
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.15 1999/01/10 18:33:36 steve Exp $
#
DISTNAME= cu-sudo.v1.5.8p1
PKGNAME= sudo-1.5.8.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
MAINTAINER= erich@FreeBSD.ORG
WRKSRC= ${WRKDIR}/sudo.v1.5.8p1
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>