summaryrefslogtreecommitdiff
path: root/security/rid/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-12-21 13:35:49 +0000
committerhubertf <hubertf@pkgsrc.org>2000-12-21 13:35:49 +0000
commitd64abcf879a0bffb719bcdd082dd9f54417aa972 (patch)
treee1183035a176bc411143708eb31d66f64c1bba4d /security/rid/Makefile
parent750aebec5a393eea5373b2efaab9517f4e8df802 (diff)
downloadpkgsrc-d64abcf879a0bffb719bcdd082dd9f54417aa972.tar.gz
Import rip-1.11:
Remote Intrusion Detection to track down compromised hosts Purpose: To use intrusion fingerprints to track down compromised hosts. Scope: TCP/UDP/ICMP (No fragmentation reassembly) Specs: Program can create somewhat arbitrary UDP/ICMP/TCP packets/streams and send them to a range of hosts. It also listens promiscuously for predefined intrusion "fingerprints".
Diffstat (limited to 'security/rid/Makefile')
-rw-r--r--security/rid/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/security/rid/Makefile b/security/rid/Makefile
new file mode 100644
index 00000000000..51d8d28dda0
--- /dev/null
+++ b/security/rid/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/21 13:35:49 hubertf Exp $
+#
+
+DISTNAME= rid-1.11
+CATEGORIES= security net
+MASTER_SITES= http://www.theorygroup.com/Software/RID/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= hubertf@netbsd.org
+HOMEPAGE= http://www.theorygroup.com/Software/RID/
+
+GNU_CONFIGURE= YES
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rid ${PREFIX}/sbin
+ ${INSTALL_DATA} ${WRKSRC}/rid.conf ${PREFIX}/etc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rid
+ ${INSTALL_DATA} ${WRKSRC}/BUGS ${WRKSRC}/CHANGES \
+ ${WRKSRC}/COPYRIGHT ${WRKSRC}/CREDITS ${WRKSRC}/README \
+ ${PREFIX}/share/doc/rid
+
+.include "../../mk/bsd.pkg.mk"