freebsd-ports/security/sudo/Makefile
Michael Haro ec07f1dbb0 don't depend on perl
Submitted by:	David Yeske <dyeske@yahoo.com>
2002-09-14 19:27:18 +00:00

49 lines
1 KiB
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.6
PORTREVISION= 0
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
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.6
MAINTAINER= mharo@FreeBSD.org
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
--with-logincap \
--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
post-patch:
@${REINPLACE_CMD} -e 's|^|#|g' ${WRKSRC}/sample.sudoers
post-install:
${INSTALL_DATA} ${WRKSRC}/sample.sudoers ${PREFIX}/etc/sudoers.sample
.include <bsd.port.post.mk>