# New ports collection makefile for:	sendip
# Date created:				Wed 29 Nov 2000
# Whom:					joseph@randomnetworks.com
#
# $FreeBSD: ports/net/sendip/Makefile,v 1.8 2003/05/18 12:18:12 kris Exp $
#

PORTNAME=	sendip
PORTVERSION=	2.4
CATEGORIES=	net
MASTER_SITES=	http://www.earth.li/projectpurple/files/

MAINTAINER=	joseph@randomnetworks.com
COMMENT=	SendIP is a commandline tool to allow sending arbitrary IP packets

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

USE_GMAKE=	yes
USE_REINPLACE=	yes
USE_PERL5=	yes
INSTALLS_SHLIB=	yes

MAN1=		sendip.1

.include <bsd.port.post.mk>
