1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/security/sudo/Makefile
David E. O'Brien 4ec0f8784d Since we have S/Key in the base system, might as well suport it.
(someone that uses OPIE should test out that link option)
1997-11-12 03:24:41 +00:00

24 lines
577 B
Makefile

# New ports collection makefile for: sudo
# Version required: 1.5.3
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.8 1997/10/22 08:46:03 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
.include <bsd.port.mk>