diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-08-13 19:38:19 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-08-13 19:38:19 +0000 |
commit | 185a3e3362697afea893ae290eee74fc86c7d5ef (patch) | |
tree | 05fe7dc85d04be1848f8a85b334fe949ebfb50dc /net/snort-rules/Makefile | |
parent | c48daea276caa089fc359a30f6e938ef2d15c9a5 (diff) | |
download | pkgsrc-185a3e3362697afea893ae290eee74fc86c7d5ef.tar.gz |
The Community Rulesets contain rules submitted by members of the open source
community. While these rules are available as is, the VRT performs basic tests
to ensure that new rules will not break Snort. These rules are distributed
under the GPL and are freely available to all open source Snort users.
Diffstat (limited to 'net/snort-rules/Makefile')
-rw-r--r-- | net/snort-rules/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net/snort-rules/Makefile b/net/snort-rules/Makefile new file mode 100644 index 00000000000..c64d70d2408 --- /dev/null +++ b/net/snort-rules/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 19:38:19 adrianp Exp $ + +DISTNAME= Community-Rules +PKGNAME= snort-rules-2.4.0 +CATEGORIES= net security +MASTER_SITES= http://www.snort.org/pub-bin/downloads.cgi/Download/comm_rules/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://www.snort.org/ +COMMENT= Network Intrusion Detection System (Community Rules) + +DEPENDS+= snort{,-mysql,-pgsql}>=2.4.0:../../net/snort + +NO_BUILD= YES +NO_CONFIGURE= YES + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/snort/rules + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snort/signatures + + ${INSTALL_DATA} ${WRKDIR}/rules/*.rules ${PREFIX}/share/snort/rules + ${INSTALL_DATA} ${WRKDIR}/rules/*.map ${PREFIX}/share/snort/rules + ${INSTALL_DATA} ${WRKDIR}/docs/*.txt \ + ${PREFIX}/share/doc/snort/signatures + +.include "../../mk/bsd.pkg.mk" |