openbsd-ports/security/nfsshell/Makefile

34 lines
650 B
Makefile
Raw Normal View History

1999-06-10 12:04:34 -04:00
# Makefile for: nfsshell
# Version required: 1.0
# Date created: 10 Jun 1999
# Whom: dugsong@monkey.org
#
2002-03-21 16:25:50 -05:00
# $OpenBSD: Makefile,v 1.10 2002/03/21 21:25:51 espie Exp $
COMMENT= "NFS auditing tool"
1999-06-10 12:04:34 -04:00
PKGNAME= nfsshell-1.0
DISTNAME= nfsshell
CATEGORIES= security
2002-03-21 16:25:50 -05:00
NEED_VERSION= 1.515
1999-06-10 12:04:34 -04:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/nfs
1999-06-10 12:04:34 -04:00
MASTER_SITES= ftp://ftp.cs.vu.nl/pub/leendert/
2000-10-22 10:02:46 -04:00
MAINTAINER= Dug Song <dugsong@monkey.org>
1999-06-10 12:04:34 -04:00
2000-03-23 00:09:33 -05:00
PERMIT_PACKAGE_CDROM= "no obvious license"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "no obvious license"
PERMIT_DISTFILES_FTP= Yes
1999-06-10 12:04:34 -04:00
ALL_TARGET= nfs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
.include <bsd.port.mk>