blob: 7a0233a2b5b19ba463ef02aa6b65ce14028c1320 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: ipex
# Date created: 5 January 2002
# Whom: C.S. Peron <maneo@bsdpro.com>
#
# $FreeBSD$
#
PORTNAME= ipex
PORTVERSION= 2.4.4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ipex
MAINTAINER= csjp@FreeBSD.org
COMMENT= Packet examination / sniffer utility
MAN1= ipex.1
MANCOMPRESSED= yes
PLIST_FILES= bin/ipex
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|