1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/sudo/Makefile

39 lines
804 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 01:53:22 +00:00
# $FreeBSD$
#
PORTNAME= sudo
2000-08-27 22:46:53 +00:00
PORTVERSION= 1.6.3.5
CATEGORIES= security
1999-12-22 17:53:40 +00:00
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
2000-08-27 22:46:53 +00:00
DISTNAME= ${PORTNAME}-1.6.3p5
MAINTAINER= mharo@FreeBSD.org
1996-02-16 10:38:03 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-skey \
1999-12-22 17:53:40 +00:00
--sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
2000-03-20 23:53:41 +00:00
--with-insults \
--with-all-insults \
2000-04-17 23:08:30 +00:00
--with-logincap \
--disable-root-sudo
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
1999-12-22 17:53:40 +00:00
post-patch:
perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers
1999-12-22 17:53:40 +00:00
post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
.include <bsd.port.mk>