freebsd-ports/security/sudo/Makefile
Chris Piazza 580675f5ed Unbreak for 3.4-R by changing the MASTER_SITE path in case mharo
doesn't get to PR 15403 in time.
1999-12-10 19:02:28 +00:00

28 lines
577 B
Makefile

# New ports collection makefile for: sudo
# Version required: 1.6
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
DISTNAME= sudo-1.6
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/OLD/
MAINTAINER= mharo@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-skey \
--sysconfdir=/usr/local/etc \
--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>