summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
blob: 63c09482b56b4897124eea4e50f21f3b7ee9cdb0 (plain)
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
# New ports collection makefile for:    sudo
# Version required:     1.5.3
# Date created:         Sun Dec 14 23:01:32 MET 1997
# Whom:                 soren@t.dk
#
# $NetBSD: Makefile,v 1.4 1998/01/24 22:52:56 hubertf Exp $
# FreeBSD Id: Makefile,v 1.9 1997/11/12 03:24:41 obrien Exp
#

DISTNAME=	cu-sudo.v1.5.3
PKGNAME=	sudo-1.5.3
CATEGORIES=	security
MASTER_SITES=	ftp://freestuff.cs.colorado.edu/pub/sysadmin/sudo/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	erich@rrnet.com

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--with-C2 --with-skey --with-fbsdops
WRKSRC=		${WRKDIR}/sudo.v1.5.3
MAN5=		sudoers.5
MAN8=		sudo.8 visudo.8

post-install:
	cd ${WRKSRC} ; ${CP} sample.sudoers ${PREFIX}/etc/sudoers.example

.include <bsd.port.mk>