mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 15:40:32 -04:00
PR: ports/61307 Submitted by: Radim Kolar <hsn@netmag.cz> Approved by: nork (mentor/implicitly)
23 lines
616 B
Text
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
|