aboutsummaryrefslogtreecommitdiffstats
path: root/security/sudo/Makefile
blob: 2778a4a84115e5fc4ec886ba4f076ea2c36ef4b8 (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
# New ports collection makefile for:    sudo
# Version required:     1.5.6.3
# Date created:         Sun Aug 13 12:36:14 CDT 1995
# Whom:                 erich@rrnet.com
#
# $Id: Makefile,v 1.11 1998/10/23 14:29:31 vanilla Exp $
#

DISTNAME=   cu-sudo.v1.5.6p3
PKGNAME=    sudo-1.5.6.3
CATEGORIES= security
MASTER_SITES=   ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
EXTRACT_SUFX=   .tar.Z

MAINTAINER= erich@FreeBSD.ORG

BROKEN=     fetch

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

.include <bsd.port.mk>