23 lines
399 B
Makefile
23 lines
399 B
Makefile
# Created by: uminac
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cpipe
|
|
PORTVERSION= 3.0.2
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cpipe.berlios
|
|
|
|
MAINTAINER= chris@uminac.com
|
|
COMMENT= Benchmarking tool for pipes
|
|
|
|
MAN1= cpipe.1
|
|
MANCOMPRESSED= no
|
|
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= # nada
|
|
MAKE_ARGS= "prefix=${PREFIX}"
|
|
|
|
PLIST_FILES= bin/cpipe
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|