freebsd-ports/security/sudo/Makefile

29 lines
577 B
Makefile
Raw Normal View History

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