2002-01-20 19:33:15 +00:00
|
|
|
# New ports collection makefile for: ipex
|
|
|
|
# Date created: 5 January 2002
|
|
|
|
# Whom: C.S. Peron <maneo@bsdpro.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipex
|
2004-08-06 18:35:40 +00:00
|
|
|
PORTVERSION= 2.4.4
|
2002-01-20 19:33:15 +00:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ipex
|
|
|
|
|
2004-08-06 18:35:40 +00:00
|
|
|
MAINTAINER= csjp@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Packet examination / sniffer utility
|
2002-01-20 19:33:15 +00:00
|
|
|
|
2002-01-20 21:38:13 +00:00
|
|
|
MAN1= ipex.1
|
|
|
|
MANCOMPRESSED= yes
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/ipex
|
2002-01-20 21:38:13 +00:00
|
|
|
|
2002-01-20 19:33:15 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-03-07 18:57:51 +00:00
|
|
|
.include <bsd.port.mk>
|