d1c6f80880
extra-careful checking where there are complicated PSEUDO_FLAVORS).
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.18 2010/07/12 22:07:42 sthen Exp $
|
|
|
|
COMMENT= tool for capturing data from TCP connections
|
|
|
|
DISTNAME= tcpflow-0.21
|
|
REVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/
|
|
|
|
HOMEPAGE= http://www.circlemud.org/~jelson/software/tcpflow/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c pcap
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|