ports/benchmarks/webbench/files/patch-Makefile
Alex Dupre 878eb58a1e Add webbench 1.3, simple forking web benchmark.
PR:             ports/61307
Submitted by:   Radim Kolar <hsn@netmag.cz>
Approved by:    nork (mentor/implicitly)
2004-01-13 22:37:34 +00:00

23 lines
616 B
Text

--- Makefile.orig Mon Jan 12 16:36:48 2004
+++ Makefile Tue Jan 13 23:08:29 2004
@@ -1,17 +1,17 @@
-CFLAGS= -Wall -ggdb -W -O
-CC=gcc
LIBS=
LDFLAGS=
-PREFIX=/usr/local
VERSION=1.3
TMPDIR=/tmp/webbench-$(VERSION)
all: webbench
install: webbench
install -s webbench $(DESTDIR)$(PREFIX)/bin
+ install webbench.1 $(DESTDIR)$(PREFIX)/man/man1
+.if !defined(NOPORTDOCS)
install -d $(DESTDIR)$(PREFIX)/share/doc/webbench
install debian/copyright $(DESTDIR)$(PREFIX)/share/doc/webbench
install debian/changelog $(DESTDIR)$(PREFIX)/share/doc/webbench
+.endif
webbench: webbench.o Makefile
-ctags *.c