diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-01-21 03:33:15 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-01-21 03:33:15 +0800 |
commit | c9472559da6d22af1ca31d5d03a9e6dc98035314 (patch) | |
tree | 12d155115a4a1b28719da5d3ad2b5e1d8b1b2d3b /net/ipex/Makefile | |
parent | 1d36ca21cb5d591697bf08da6b75e0ff81aa991c (diff) | |
download | freebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.tar.gz freebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.tar.zst freebsd-ports-gnome-c9472559da6d22af1ca31d5d03a9e6dc98035314.zip |
Add ipex 2.3.2, packet examination / dumper utility.
PR: 33932
Submitted by: C.S. Peron <maneo@bsdpro.com>
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r-- | net/ipex/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/ipex/Makefile b/net/ipex/Makefile new file mode 100644 index 000000000000..36c3cb7bd117 --- /dev/null +++ b/net/ipex/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ipex +# Date created: 5 January 2002 +# Whom: C.S. Peron <maneo@bsdpro.com> +# +# $FreeBSD$ +# + +PORTNAME= ipex +PORTVERSION= 2.3.2 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ipex + +MAINTAINER= maneo@bsdpro.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |