mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
23 lines
489 B
Makefile
23 lines
489 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 \
|
|
man/man1/dosdetector.1.gz
|
|
|
|
.include <bsd.port.mk>
|