blob: 4fc5dfd938ceefd2ce169f10d4b7f2279b2b522c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: dosdetector
# Date created: 5 June 2005
# Whom: msciciel
#
# $FreeBSD$
# The port will be at version 0.0 (based on dated CVS snapshots)
# until the release of DosDetector 0.1
PORTNAME= dosdetector
PORTVERSION= 20060621
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/
MAINTAINER= msciciel@dark-zone.eu
COMMENT= Detect suspicious network traffic
HAS_CONFIGURE= yes
USE_AUTOTOOLS= autoheader:268
PLIST_FILES= bin/dosdetector
MAN1= dosdetector.1
.include <bsd.port.mk>
|