freebsd-ports/net-mgmt/sendip/Makefile
Hye-Shik Chang 977bb4a9a1 Update to 2.1
PR:		40678
Submitted by:	maintainer
2002-07-17 11:42:38 +00:00

24 lines
509 B
Makefile

# New ports collection makefile for: sendip
# Date created: Wed 29 Nov 2000
# Whom: joseph@randomnetworks.com
#
# $FreeBSD$
#
PORTNAME= sendip
PORTVERSION= 2.1
CATEGORIES= net
MASTER_SITES= http://www.earth.li/projectpurple/files/
MAINTAINER= joseph@randomnetworks.com
USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= sendip.1
pre-install:
${REINPLACE_CMD} -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/Makefile;
${REINPLACE_CMD} -e "s:/share/man/man1:/man/man1:g" ${WRKSRC}/Makefile;
.include <bsd.port.mk>