1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/security/sudo/Makefile
Michael Haro 3e7b3896ab update to 1.6.3p7
From the CHANGES file:

416) Fix negation of path-type Defaults entries in a boolean context.
2001-03-07 10:31:39 +00:00

41 lines
876 B
Makefile

# New ports collection makefile for: sudo
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $FreeBSD$
#
PORTNAME= sudo
PORTVERSION= 1.6.3.7
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
ftp://ftp.stikman.com/pub/sudo/ \
ftp://ftp.uu.net/pub/security/sudo/
DISTNAME= ${PORTNAME}-1.6.3p7
MAINTAINER= mharo@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-skey \
--sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
--with-insults \
--with-all-insults \
--with-logincap \
--disable-root-sudo
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
post-patch:
perl -i -pe 's,^,#,g' ${WRKSRC}/sample.sudoers
post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
.include <bsd.port.mk>