freebsd-ports/benchmarks/netio/Makefile
Tilman Keskinoz 463dadf671 * Add SHA256 checksums for maintainerless ports i added to the ports collection
* Remove my name from blop pkg-descr
* Grab back maintainership for netio
2005-11-08 12:56:15 +00:00

29 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= arved@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>