aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/netio/Makefile
blob: b227c36a86c16b087907dfdb60720119a00a6dcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection Makefile for:        netio
# Date created:                 2005-01-09
# Whom:                     arved
#
# $FreeBSD$

PORTNAME=   netio
PORTVERSION=    1.14
CATEGORIES= benchmarks net
MASTER_SITES=   http://www.netfuse.de/techarea/netio/
DISTNAME=   netio114

MAINTAINER= ports@FreeBSD.org
COMMENT=    Network benchmark

WRKSRC=     ${WRKDIR}
USE_ZIP=    yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
ALL_TARGET= unix
PLIST_FILES=    bin/netio

post-patch:
    ${REINPLACE_CMD} -e "s,-lsocket,," ${WRKSRC}/Makefile

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/netio ${PREFIX}/bin

.include <bsd.port.mk>