summaryrefslogtreecommitdiff
path: root/www/webstone/Makefile
blob: 5fe5c92ed9302a262eefddf438c524e923fa6d96 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:   webstone
# Version required:    2.0
# Date created:        25 March 1997
# Whom:                Soren Dossing <sauber@netcom.com>
#
# $FreeBSD$
#

DISTNAME=      WebStone-2.0
PKGNAME=       webstone-2.0.1
CATEGORIES=    www benchmarks
#WebStone no longer distributed by SGi
#MASTER_SITES=  http://www.sgi.com/Products/WebFORCE/WebStone/

MAINTAINER=    sauber@netcom.com

GNU_CONFIGURE= yes
WRKSRC=        ${WRKDIR}/WebStone/src
ALL_TARGET=    install
NO_INSTALL_MANPAGES=yes

post-extract:
	( cd ${WRKSRC}; make clobber )

do-install:
	@${MKDIR} ${PREFIX}/webstone/bin
	@${MKDIR} ${PREFIX}/webstone/conf
	${INSTALL_SCRIPT} ${WRKSRC}/../bin/* ${PREFIX}/webstone/bin
	${INSTALL_DATA} ${WRKSRC}/../conf/* ${PREFIX}/webstone/conf
	${INSTALL_SCRIPT} ${WRKSRC}/../webstone  ${PREFIX}/webstone
.for file in webclient webmaster genrand
	strip ${PREFIX}/webstone/bin/${file}
.endfor

post-install:
	@${CAT} ${PKGDIR}/MESSAGE

.include <bsd.port.mk>