freebsd-ports/security/sudo/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

31 lines
651 B
Makefile

# New ports collection makefile for: sudo
# Version required: 1.5.9.4
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
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
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>