mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
48420a5ebd
PR: ports/116639 Submitted by: aDe
26 lines
581 B
Makefile
26 lines
581 B
Makefile
# 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= 1
|
|
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:261
|
|
|
|
PLIST_FILES= bin/dosdetector
|
|
MAN1= dosdetector.1
|
|
|
|
.include <bsd.port.mk>
|