pkgsrc/security/sudo/Makefile

28 lines
720 B
Makefile
Raw Normal View History

1997-12-15 00:27:00 +01:00
# 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
1997-12-15 00:27:00 +01:00
#
1998-01-24 23:52:56 +01:00
# $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
1997-12-15 00:27:00 +01:00
#
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
1997-12-15 00:27:00 +01:00
WRKSRC= ${WRKDIR}/sudo.v1.5.3
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
post-install:
1998-01-24 23:52:56 +01:00
cd ${WRKSRC} ; ${CP} sample.sudoers ${PREFIX}/etc/sudoers.example
1997-12-15 00:27:00 +01:00
.include <bsd.port.mk>