aboutsummaryrefslogtreecommitdiffstats
path: root/net/ltm/Makefile
blob: 416feda49bd792a188ce85dbf40ad57930d27163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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>