freebsd-ports/net/dosdetector/Makefile

23 lines
489 B
Makefile
Raw Normal View History

# Created by: 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
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= autoheader
2014-01-31 07:48:40 +01:00
PLIST_FILES= bin/dosdetector \
man/man1/dosdetector.1.gz
.include <bsd.port.mk>