21 lines
487 B
Makefile
21 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.8 2002/10/16 21:27:50 pvalchev Exp $
|
|
|
|
COMMENT= "tool for capturing data from TCP connections"
|
|
|
|
DISTNAME= tcpflow-0.12
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
|
|
|
|
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
|
|
|
|
MAINTAINER= Jeremy Jethro <jethro@dqc.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|