head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.36;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2001.11.06.18.03.15;	author petef;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@$FreeBSD: head/www/httpgrabber/files/patch-Makefile 300897 2012-07-14 14:29:18Z beat $

--- Makefile.orig	Wed Sep  5 05:35:02 2001
+++ Makefile	Tue Nov  6 12:55:33 2001
@@@@ -2,9 +2,9 @@@@
 # $Id: Makefile,v 1.3 2001/09/05 09:31:57 mavetju Exp $
 #
 
-CC=gcc
-CFLAGS=-g -Wall -I/usr/local/include -c
-LFLAGS=-g -Wall -L/usr/local/lib
+CC?=gcc
+CFLAGS+=-g -Wall -I${PREFIX}/include -c
+LFLAGS=-g -Wall -L${PREFIX}/lib
 LIBS=-lngrep -lpcap
 
 all: httpgrabber
@@@@ -16,12 +16,12 @@@@
 	$(CC) $(CFLAGS) -o httpgrabber.o httpgrabber.c
 
 install: httpgrabber httpgrabber.8
-	install -c -m 755 -o root httpgrabber /usr/local/bin
-	install -c -m 755 -o root httpgrabber.8 /usr/local/man/man8
+	install -c -m 755 -o root httpgrabber ${PREFIX}/bin
+	install -c -m 755 -o root httpgrabber.8 ${PREFIX}/man/man8
 
 uninstall:
-	rm /usr/local/bin/httpgrabber
-	rm /usr/local/man/man8/httpgrabber.8
+	rm ${PREFIX}/bin/httpgrabber
+	rm ${PREFIX}/man/man8/httpgrabber.8
 
 clean:
 	rm -rf httpgrabber httpgrabber.o httpgrabber.core
@


1.1
log
@Add httpgrabber-1.0, a HTTP network traffic grabber and extractor

PR:		30358
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d1 1
a1 1
$FreeBSD$
@

