1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/security/sudo/Makefile

32 lines
651 B
Makefile
Raw Normal View History

# New ports collection makefile for: sudo
1999-08-28 04:12:08 +00:00
# Version required: 1.5.9.4
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
1999-08-28 04:12:08 +00:00
DISTNAME= cu-sudo.v1.5.9p4
PKGNAME= sudo-1.5.9.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
MAINTAINER= mharo@FreeBSD.org
1996-02-16 10:38:03 +00:00
1999-08-28 04:12:08 +00:00
WRKSRC= ${WRKDIR}/sudo.v1.5.9p4
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>