summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
blob: 0b0325611445440b88dbdcc3c70f39f9b04d292d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:    sudo
# Version required:     1.4
# Date created:         Sun Aug 13 12:36:14 CDT 1995
# Whom:                 erich@rrnet.com
#
# $Id: Makefile,v 1.2 1996/02/05 16:37:40 erich Exp $
#

DISTNAME=	cu-sudo.v1.4
PKGNAME=	sudo-1.4
CATEGORIES+=	sysutils
MASTER_SITES=	ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	erich@rrnet.com

HAS_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/sudo.v1.4

.include <bsd.port.mk>