head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.23.22.26.07;	author amdmi3;	state Exp;
branches;
next	1.10;

1.10
date	2010.12.04.07.34.01;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2010.11.22.08.53.14;	author beat;	state Exp;
branches;
next	1.8;

1.8
date	2005.11.15.06.51.37;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2004.05.28.14.27.28;	author krion;	state Exp;
branches;
next	1.6;

1.6
date	2004.03.14.06.17.35;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2003.09.24.09.36.59;	author osa;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.14.01.35;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2001.03.12.19.55.49;	author sf;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.05.15.33.56;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2000.12.03.21.01.58;	author will;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	webstone-ssl
# Date created:				2 Nov 2000
# Whom:					Kazumasa Nishizawa <k_nishizawa@@anet.ne.jp>
#
# $FreeBSD: head/www/webstone-ssl/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	webstone
PORTVERSION=	2.5
CATEGORIES=	www benchmarks
MASTER_SITES=	http://crypto.stanford.edu/~nagendra/projects/WebStone/download/
PKGNAMESUFFIX=	-ssl
DISTNAME=	WebStone-SSL-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	World wide web server benchmarking with SSL support

USE_OPENSSL=	yes
USE_AUTOTOOLS=	autoconf213
GNU_CONFIGURE=	yes
WRKSRC=		${WRKDIR}/WebStone${PORTVERSION}/src
ALL_TARGET=	install
NO_INSTALL_MANPAGES=	yes

CONFIGURE_ENV=	LIBS=-L${OPENSSLLIB}
CFLAGS+=	-I${OPENSSLINC}

do-install:
	@@${RMDIR} ${WRKSRC}/../bin/runs
	@@${MKDIR} ${PREFIX}/webstone-ssl/bin
	@@${MKDIR} ${PREFIX}/webstone-ssl/conf
	@@${MKDIR} ${PREFIX}/webstone-ssl/lgm
	${INSTALL_SCRIPT} ${WRKSRC}/../bin/* ${PREFIX}/webstone-ssl/bin
	${INSTALL_SCRIPT} ${WRKSRC}/../lgm/* ${PREFIX}/webstone-ssl/lgm
	${INSTALL_DATA} ${WRKSRC}/../conf/* ${PREFIX}/webstone-ssl/conf
	${INSTALL_SCRIPT} ${WRKSRC}/../webstone  ${PREFIX}/webstone-ssl
	@@${MKDIR} ${WRKSRC}/../bin/runs
.for file in webclient webmaster genrand
	${STRIP_CMD} ${PREFIX}/webstone-ssl/bin/${file}
.endfor
.for file in ws20_cgi ws25_cgi
	${STRIP_CMD} ${PREFIX}/webstone-ssl/lgm/${file}
.endfor

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.11
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Sync to new bsd.autotools.mk
@
text
@d26 2
a27 2
CONFIGURE_ENV=	"CFLAGS=${CFLAGS} -I${OPENSSLINC}" \
		LIBS=-L${OPENSSLLIB}
@


1.9
log
@- Reset maintainer:
  <fortune@@n.jpn.ph>: connect to n.jpn.ph[125.53.9.39]:25: Operation timed out

Approved by:	linimon
@
text
@d20 1
a20 1
USE_AUTOTOOLS=	autoconf:213
@


1.8
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d16 1
a16 1
MAINTAINER=	fortune@@n.jpn.ph
@


1.7
log
@- Change maintainer's email

PR:		ports/67284
Submitted by:	maintainer
@
text
@d20 1
a20 1
USE_AUTOCONF_VER=	213
@


1.6
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d16 1
a16 1
MAINTAINER=	k_nishizawa@@anet.ne.jp
@


1.5
log
@Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@@etrust.ru>
PR:		56998
@
text
@d20 1
a20 1
USE_AUTOCONF=	yes
@


1.4
log
@De-pkg-comment.
@
text
@d40 1
a40 1
	strip ${PREFIX}/webstone-ssl/bin/${file}
d43 1
a43 1
	strip ${PREFIX}/webstone-ssl/lgm/${file}
@


1.3
log
@use OPENSSLINC/LIB to fix build on RELENG_3.

PR:		25680
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/webstone-ssl/Makefile,v 1.2 2001/02/05 15:33:56 olgeni Exp $
d17 1
@


1.2
log
@Some spaces -> tabs for ports/www.
@
text
@d5 1
a5 1
# $FreeBSD: ports/www/webstone-ssl/Makefile,v 1.1 2000/12/03 21:01:58 will Exp $
d24 3
@


1.1
log
@Add Webstone-SSL 2.5, a benchmarking tool that supports SSL-enabled
http servers.

PR:		22560
Submitted by:	Kazumasa Nishizawa <k_nishizawa@@anet.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION= 	2.5
@

