summaryrefslogtreecommitdiff
path: root/net/ipex/Makefile
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-20 19:33:15 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-20 19:33:15 +0000
commit501e635b0a80be2438da73bdaedac34f0e9dc69d (patch)
treebb125be9a26e3affd07de1c65137532d4c3dbf7f /net/ipex/Makefile
parentFix OpenLDAP v1 errors (diff)
Add ipex 2.3.2, packet examination / dumper utility.
PR: 33932 Submitted by: C.S. Peron <maneo@bsdpro.com>
Notes
Notes: svn path=/head/; revision=53401
Diffstat (limited to 'net/ipex/Makefile')
-rw-r--r--net/ipex/Makefile18
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>