20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dkftpbench
|
|
PORTVERSION= 0.45
|
|
PORTREVISION= 2
|
|
CATEGORIES= benchmarks ftp
|
|
MASTER_SITES= http://www.kegel.com/dkftpbench/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= A FTP benchmark program
|
|
|
|
PLIST_FILES= bin/dkftpbench
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_AUTOTOOLS= automake14 autoconf
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|