1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/security/sudo/Makefile

35 lines
735 B
Makefile
Raw Normal View History

# New ports collection makefile for: sudo
2000-02-05 08:37:44 +00:00
# Version required: 1.6.2p1
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
1999-08-31 01:53:22 +00:00
# $FreeBSD$
#
2000-02-05 08:37:44 +00:00
DISTNAME= sudo-1.6.2p1
CATEGORIES= security
1999-12-22 17:53:40 +00:00
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
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 \
--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,!!PREFIX!!,${PREFIX},g' ${WRKSRC}/*.man
post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
.include <bsd.port.mk>