mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
27 lines
479 B
Makefile
27 lines
479 B
Makefile
|
# New ports collection makefile for: cpipe
|
||
|
# Date created: 1 March 2013
|
||
|
# Whom: 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
|
||
|
|
||
|
.include <bsd.port.mk>
|