mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
20 lines
447 B
Makefile
20 lines
447 B
Makefile
|
# New ports collection makefile for: sudo
|
||
|
# Version required: 1.3.1pl4
|
||
|
# Date created: Sun Aug 13 12:36:14 CDT 1995
|
||
|
# Whom: erich@rrnet.com
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= cu-sudo.v1.3.1pl4
|
||
|
PKGNAME= sudo-1.3.1.4
|
||
|
MAINTAINER= erich@rrnet.com
|
||
|
CATEGORIES+= sysutils
|
||
|
MASTER_SITES= ftp://mroe.cs.colorado.edu/pub/sysadmin/utilities/
|
||
|
EXTRACT_SUFX= .tar.Z
|
||
|
|
||
|
HAS_CONFIGURE= yes
|
||
|
WRKSRC= ${WRKDIR}/sudo.v1.3.1pl4
|
||
|
|
||
|
.include <bsd.port.mk>
|