aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/Makefile
blob: 9d7c7190f4566bb13dae3f1892dca55279ca8287 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    sudo
# Version required:     1.6.1
# Date created:         Sun Aug 13 12:36:14 CDT 1995
# Whom:                 erich@rrnet.com
#
# $FreeBSD$
#

DISTNAME=   sudo-1.6.1
CATEGORIES= security
MASTER_SITES=   ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/

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 \
        --disable-root-sudo

MAN5=       sudoers.5
MAN8=       sudo.8 visudo.8

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>