aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/dkftpbench/Makefile
blob: 57782f91fb6e16c8b2ac4b2f2cb737074a2d75a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    dkftpbench
# Date created:     2004-10-22
# Whom:         Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#

PORTNAME=   dkftpbench
PORTVERSION=    0.45
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
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

USE_AUTOCONF_VER=259
USE_AUTOMAKE_VER=14

.include <bsd.port.mk>