blob: 5a34559f5652fe3f64945087c7ad0807c4c82604 (
plain)
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
|
# ex:ts=8
# Ports collection makefile for: tcplist
# Date created: Mon Apr 14, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
# $FreeBSD$
#
PORTNAME= tcplist
PORTVERSION= 2.2
PORTREVISION= 1
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/
EXTRACT_SUFX= .shar
MAINTAINER= ports@FreeBSD.org
COMMENT= Lists tcp connections to/from local machine (+username on both sides)
RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
INSTALL_TARGET= install install.man
MAN1= tcplist.1
.include <bsd.port.mk>
|