freebsd-ports/net-mgmt/arpalert/files/patch-Makefile.in
Yen-Ming Lee 3a86fd7f47 add arpalert-1.1.0
Arpalert uses ARP protocol monitoring to prevent unauthorized connections
on the local network. If an illegal connection is detected, a program or
script is launched, which could be used to send an alert message, for example.

WWW: http://www.arpalert.org/
2006-10-06 03:46:09 +00:00

12 lines
334 B
Text

--- Makefile.in.orig Thu May 11 17:38:28 2006
+++ Makefile.in Thu May 11 17:38:51 2006
@@ -23,7 +23,8 @@
src_dir = .
CC = @CC@
-CFLAGS = -Wall -O2 \
+CPPFLAGS = @CPPFLAGS@
+CFLAGS = -Wall -O2 $(CPPFLAGS) \
-DCONFIG_FILE=\"$(config_dir)/arpalert.conf\" \
-DPID_FILE=\"$(lock_dir)/arpalert.pid\"
LIBS = @LIBS@