mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# 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
|
|
USE_AUTOTOOLS= autoheader
|
|
|
|
PLIST_FILES= bin/dosdetector
|
|
MAN1= dosdetector.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|