1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/nttcp/Makefile
2000-06-29 07:03:02 +00:00

28 lines
569 B
Makefile

# New ports collection makefile for: nttcp
# Date created: 11 Nov 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#
PORTNAME= nttcp
PORTVERSION= 1.45
CATEGORIES= net benchmarks
MASTER_SITES= http://users.leo.org/~bartel/nttcp/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= billf
MAINTAINER= billf@FreeBSD.org
ALL_TARGET= nttcp
MAN1= nttcp.1
USE_GMAKE= yes
MAKE_ENV+= OPT="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>