freebsd-ports/security/sudo/Makefile

50 lines
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-25 19:20:23 +02:00
PORTVERSION= 1.6.6
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-04-25 19:20:23 +02:00
DISTNAME= ${PORTNAME}-1.6.6
MAINTAINER= mharo@FreeBSD.org
1996-02-16 11:38:03 +01:00
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
2000-04-18 01:08:30 +02:00
--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
1999-12-22 18:53:40 +01:00
post-patch:
@${REINPLACE_CMD} -e '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>