1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/benchmarks/netio/Makefile
2005-01-09 19:10:24 +00:00

30 lines
561 B
Makefile

# 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>