mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
3495038c30
cc1: warnings being treated as errors ripng.c:105: warning: large integer implicitly truncated to unsigned type Reported by: pointyhat
30 lines
579 B
Makefile
30 lines
579 B
Makefile
# 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
|
|
COMMENT= SendIP is a commandline tool to allow sending arbitrary IP packets
|
|
|
|
USE_GMAKE= yes
|
|
USE_PERL5= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= sendip.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 900000
|
|
BROKEN= does not compile on FreeBSD 9.X
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|