mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
8e207c6643
Ethernet LAN segments via the bpf(4) interface and displays various matrix tables in real time via a ncurses interface. The LAN Analyzer is a "binary only" distribution. WWW: http://www.statseeker.com PR: ports/102589 Submitted by: LTM Support <ltm-support(at)wally.statseeker.com>
29 lines
536 B
Makefile
29 lines
536 B
Makefile
# New ports collection makefile for: ltm
|
|
# Date created: 21 June 2006
|
|
# Whom: Statseeker
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ltm
|
|
PORTVERSION= 3.0.0.608281003
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.statseeker.com/downloads/
|
|
|
|
MAINTAINER= ltm-support@statseeker.com
|
|
COMMENT= Statseeker Real Time LAN Analyser
|
|
|
|
NO_BUILD= yes
|
|
|
|
MAN1= ltm.1 ltm-client.1 ltm-mkprotodb.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
s: .IGNORE
|
|
|
|
do-install:
|
|
@(tar -cf - -C ${WRKSRC} . | tar -xf - -C ${PREFIX})
|
|
|
|
.include <bsd.port.post.mk>
|