freebsd-ports/security/sudo/Makefile

39 lines
800 B
Makefile
Raw Normal View History

# New ports collection makefile for: sudo
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
#
PORTNAME= sudo
2000-08-28 00:46:53 +02:00
PORTVERSION= 1.6.3.5
CATEGORIES= security
1999-12-22 18:53:40 +01:00
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
2000-08-28 00:46:53 +02:00
DISTNAME= ${PORTNAME}-1.6.3p5
MAINTAINER= mharo@FreeBSD.org
1996-02-16 11:38:03 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-skey \
1999-12-22 18:53:40 +01:00
--sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
2001-02-14 21:19:44 +01:00
--with-insults \
--with-all-insults \
2000-04-18 01:08:30 +02:00
--with-logincap \
--disable-root-sudo
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
1999-12-22 18:53:40 +01:00
post-patch:
perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers
1999-12-22 18:53:40 +01:00
post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
.include <bsd.port.mk>