freebsd-ports/net-mgmt/sendip/Makefile

30 lines
577 B
Makefile
Raw Normal View History

# New ports collection makefile for: sendip
# Date created: Wed 29 Nov 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= sendip
PORTVERSION= 2.5
PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= joseph@randomnetworks.com
2003-02-21 14:28:59 +01:00
COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets
USE_GMAKE= yes
USE_PERL5= yes
USE_LDCONFIG= yes
MAN1= sendip.1
2007-10-01 10:50:10 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>