mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
30 lines
548 B
Makefile
30 lines
548 B
Makefile
# New ports collection makefile for: ipex
|
|
# Date created: 5 January 2002
|
|
# Whom: C.S. Peron <maneo@bsdpro.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ipex
|
|
PORTVERSION= 2.4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ipex
|
|
|
|
MAINTAINER= maneo@bsdpro.com
|
|
COMMENT= Packet examination / sniffer utility
|
|
|
|
MAN1= ipex.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/ipex
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "amd64"
|
|
BROKEN= "Does not compile on amd64"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|