openbsd-ports/net/tcpflow/Makefile

22 lines
466 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:35:57 espie Exp $
COMMENT= tool for capturing data from TCP connections
DISTNAME= tcpflow-0.21
REVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ \
http://www.circlemud.org/pub/jelson/tcpflow/
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
# GPLv2
2000-03-22 19:47:39 -05:00
PERMIT_PACKAGE_CDROM= Yes
2004-12-15 19:31:20 -05:00
WANTLIB= c pcap
2000-03-22 19:47:39 -05:00
CONFIGURE_STYLE= gnu
2010-11-19 17:31:32 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>