diff options
author | pav <pav@FreeBSD.org> | 2004-07-30 22:21:53 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-30 22:21:53 +0000 |
commit | 8999ff8fca3cfd201cb5376378249932cc2eb8f1 (patch) | |
tree | ae0bf1791d1e8513d1951a45cff8a5fc82d738c1 /www/gatling/Makefile | |
parent | 363415b37c3d487222a4d370d122c9ce2d9fbef4 (diff) | |
download | FreeBSD-ports-8999ff8fca3cfd201cb5376378249932cc2eb8f1.zip FreeBSD-ports-8999ff8fca3cfd201cb5376378249932cc2eb8f1.tar.gz |
- Update to 0.5
PR: ports/69801
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
Diffstat (limited to 'www/gatling/Makefile')
-rw-r--r-- | www/gatling/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gatling/Makefile b/www/gatling/Makefile index 65e35ef..a502724 100644 --- a/www/gatling/Makefile +++ b/www/gatling/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gatling -PORTVERSION= 0.4 -PORTREVISION= 2 +PORTVERSION= 0.5 CATEGORIES= www benchmarks MASTER_SITES= http://dl.fefe.de/ @@ -18,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat USE_BZIP2= yes +CFLAGS+= -I${LOCALBASE}/include/libowfat MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lowfat" \ PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -26,7 +26,7 @@ examples= run-gatling examplesdir= ${EXAMPLESDIR:S,^${PREFIX}/,,} .if !defined(NOPORTDOCS) PORTDOCS= CHANGES README README.ftp README.http README.performance \ - README.prefetch + README.prefetch README.proxy README.redirect .endif OPTIONS= BENCHMARKS "Install system benchmark programs" on |