freebsd-ports/net/sendip/Makefile
Michael Landin 7fb4d56525 Unbreak sendip build on -CURRENT.
PR:		52584
Submitted by:	maintainer
Approved by:	roberto (mentor)
2003-06-04 14:34:24 +00:00

23 lines
465 B
Makefile

# New ports collection makefile for: sendip
# Date created: Wed 29 Nov 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
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
USE_GMAKE= yes
USE_REINPLACE= yes
USE_PERL5= yes
INSTALLS_SHLIB= yes
MAN1= sendip.1
.include <bsd.port.mk>