blob: c93fdfffad61c3dd7e617cdaa7e1ac7956bda697 (
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
29
|
# New ports collection makefile for: tcptrack
# Date created: 2004-10-11
# Whom: Tor Halvard "Squat" Furulund <squat@squat.no>
#
# $FreeBSD$
#
PORTNAME= tcptrack
PORTVERSION= 1.3.0
CATEGORIES= net-mgmt
MASTER_SITES= http://www.rhythm.cx/~steve/devel/tcptrack/%SUBDIR%/
MASTER_SITE_SUBDIR= release/${PORTVERSION}/source
MAINTAINER= squat@squat.no
COMMENT= Packet sniffer which displays TCP information like top(1)
GNU_CONFIGURE= yes
PLIST_FILES= bin/tcptrack
MAN1= tcptrack.1
PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>
|