openbsd-ports/security/nfsshell/Makefile

28 lines
535 B
Makefile
Raw Normal View History

2002-10-28 12:35:01 -05:00
# $OpenBSD: Makefile,v 1.11 2002/10/28 17:35:02 naddy Exp $
COMMENT= "NFS auditing tool"
1999-06-10 12:04:34 -04:00
PKGNAME= nfsshell-1.0
DISTNAME= nfsshell
CATEGORIES= security
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
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
1999-06-10 12:04:34 -04:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nfs ${PREFIX}/bin/nfsshell
.include <bsd.port.mk>