# 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 post-install: ${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample .include