freebsd-ports/net/ipex/Makefile
Christian S.J. Peron 068318690f Update 2.4.4 -> 3.0
Approved by:	lawrance
2005-11-29 04:12:32 +00:00

27 lines
584 B
Makefile

# 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= ${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
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.mk>