summaryrefslogtreecommitdiff
path: root/security/nfsbug/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1998-10-08 14:27:16 +0000
committerhubertf <hubertf@pkgsrc.org>1998-10-08 14:27:16 +0000
commitb19fc56b193f0b608b9a44287bae91b10988812d (patch)
tree71e9c95616218d893b70ddebe1f1de4bb61ad72d /security/nfsbug/Makefile
parentf489dff7fe996db893189ab4e6629deafb43b8e8 (diff)
downloadpkgsrc-b19fc56b193f0b608b9a44287bae91b10988812d.tar.gz
NFS security verification suite
Diffstat (limited to 'security/nfsbug/Makefile')
-rw-r--r--security/nfsbug/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/nfsbug/Makefile b/security/nfsbug/Makefile
new file mode 100644
index 00000000000..68d90d868f4
--- /dev/null
+++ b/security/nfsbug/Makefile
@@ -0,0 +1,17 @@
+DISTNAME= nfsshell-1.0
+DISTFILES= nfsBugFerret.tgz \
+ nfsShell.c
+MASTER_SITES= http://www.asmodeus.com/archive/Xnix/
+CATEGORIES= net security
+
+WRKSRC= ${WRKDIR}/nfsbug
+EXTRACT_ONLY= nfsBugFerret.tgz
+
+post-extract:
+ ${CP} ${DISTDIR}/nfsShell.c ${WRKSRC}/nfsshell.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/nfsbug ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/nfsshell ${PREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"