25 lines
543 B
Makefile
25 lines
543 B
Makefile
# $OpenBSD: Makefile,v 1.16 2001/11/13 22:13:24 espie Exp $
|
|
# Original from: Ejovi Nuwere <ejovi@ejovi.net>
|
|
|
|
COMMENT= "list tcp connections to/from the local machine"
|
|
|
|
DISTNAME= tcplist-2.2
|
|
CATEGORIES= sysutils net
|
|
NEED_VERSION= 1.496
|
|
MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/
|
|
EXTRACT_SUFX= .shar
|
|
|
|
# License: BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::sysutils/lsof
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
.include <bsd.port.mk>
|