freebsd-ports/sysutils/tcplist/Makefile

29 lines
641 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: tcplist
# Date created: Mon Apr 14, 1997
# Whom: David O'Brien (obrien@FreeBSD.org)
#
1999-08-31 04:00:46 +02:00
# $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
2003-02-20 20:00:52 +01:00
COMMENT= Lists tcp connections to/from local machine (+username on both sides)
RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof
1999-09-06 00:15:15 +02:00
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>