2000-12-19 12:01:57 +01:00
|
|
|
# New ports collection makefile for: sendip
|
|
|
|
# Date created: Wed 29 Nov 2000
|
|
|
|
# Whom: joseph@randomnetworks.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sendip
|
2003-08-12 23:50:20 +02:00
|
|
|
PORTVERSION= 2.5
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2007-01-08 13:41:06 +01:00
|
|
|
CATEGORIES= net-mgmt ipv6
|
2000-12-19 12:01:57 +01:00
|
|
|
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
|
2000-12-19 12:01:57 +01:00
|
|
|
|
2002-07-17 13:42:38 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-04 04:05:48 +01:00
|
|
|
USE_PERL5= yes
|
2007-01-08 13:41:06 +01:00
|
|
|
USE_LDCONFIG= yes
|
2000-12-19 12:01:57 +01:00
|
|
|
|
|
|
|
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>
|