freebsd-ports/security/sudo/Makefile

52 lines
1.1 KiB
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
2002-04-23 01:45:48 +02:00
PORTVERSION= 1.6.5.2
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
2001-02-21 13:42:59 +01:00
ftp://ftp.stikman.com/pub/sudo/ \
ftp://ftp.uu.net/pub/security/sudo/
2002-01-24 06:01:26 +01:00
DISTNAME= ${PORTNAME}-1.6.5p2
MAINTAINER= mharo@FreeBSD.org
1996-02-16 11:38:03 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --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 \
--with-long-otp-prompt \
--with-pam
.include <bsd.port.pre.mk>
.if defined(WITH_OPIE) || ${OSVERSION} > 500021
CONFIGURE_ARGS+=--with-opie
.else
CONFIGURE_ARGS+=--with-skey
.endif
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.post.mk>