aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipex/Makefile
blob: 893bb49b47009c88cb7700e48d6f423f76b7a4a4 (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
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    ipex
# Date created:         5 January 2002
# Whom:                 C.S. Peron <maneo@bsdpro.com>
#
# $FreeBSD$
#

PORTNAME=   ipex
PORTVERSION=    3.0
CATEGORIES= net
MASTER_SITES=   SF

MAINTAINER= csjp@FreeBSD.org
COMMENT=    Packet examination / sniffer utility

MAN1=       ipex.1
MANCOMPRESSED=  yes
PLIST_FILES=    bin/ipex

GNU_CONFIGURE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/ipex ${PREFIX}/bin/ipex
    ${INSTALL_MAN} ${WRKSRC}/doc/ipex.1.gz ${MANPREFIX}/man/man1/ipex.1.gz

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 800000
BROKEN=     does not build
.endif

.include <bsd.port.post.mk>