1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/dosdetector/Makefile

24 lines
494 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 07:34:27 +00:00
USE_AUTOTOOLS= autoheader
PLIST_FILES= bin/dosdetector
MAN1= dosdetector.1
NO_STAGE= yes
.include <bsd.port.mk>