# New ports collection makefile for: tptest # Date created: 2002-12-30 # Whom: Palle Girgensohn # # $FreeBSD: ports/net/tptest/Makefile,v 1.4 2005/09/30 13:51:16 garga Exp $ # PORTNAME= tptest PORTVERSION= 3.1.7 CATEGORIES= net benchmarks MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME} MAINTAINER= girgen@FreeBSD.org COMMENT= Software suite for testing network throughput and Internet services PLIST_FILES= bin/tptestclient bin/tptestserver do-build: @cd ${WRKSRC}/apps/unix/client; ${MAKE} @cd ${WRKSRC}/apps/unix/server; ${MAKE} do-install: @${INSTALL_PROGRAM} \ ${WRKSRC}/apps/unix/client/tptestclient \ ${WRKSRC}/apps/unix/server/tptestserver \ ${PREFIX}/bin .include