diff options
Diffstat (limited to 'security/nfsbug')
-rw-r--r-- | security/nfsbug/Makefile | 17 | ||||
-rw-r--r-- | security/nfsbug/files/md5 | 4 |
2 files changed, 21 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" diff --git a/security/nfsbug/files/md5 b/security/nfsbug/files/md5 new file mode 100644 index 00000000000..e9f1ba63632 --- /dev/null +++ b/security/nfsbug/files/md5 @@ -0,0 +1,4 @@ +$NetBSD: md5,v 1.1 1998/10/08 14:36:17 hubertf Exp $ + +MD5 (nfsBugFerret.tgz) = cdf035724b3748930db304797076887f +MD5 (nfsShell.c) = 93aa2bb72d679fdf45e784876480dc1f |