1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/hcidump/files/patch-hcidump-Makefile
Pav Lucistnik 553e7ddf4a Add hcidump, utility similar to tcpdump, but operating on Bluetooth stack.
This was ported to FreeBSD by emax and neglected by ports people for too long.
2004-12-10 20:10:22 +00:00

20 lines
430 B
Plaintext

--- hcidump/Makefile.orig Fri Mar 12 23:16:58 2004
+++ hcidump/Makefile Fri Dec 10 21:06:23 2004
@@ -2,13 +2,12 @@
# $FreeBSD$
PROG= hcidump
-BINDIR= /usr/local/bin
-MANDIR= /usr/local/man/man
+BINDIR= ${PREFIX}/bin
+MANDIR= ${PREFIX}/man/man
MAN1= hcidump.1
SRCS= hcidump.c
WARNS?= 2
-DEBUG_FLAGS= -g
-CFLAGS= -O2 -I../parser
+CFLAGS+= -I../parser
DPADD+= ../parser/libparser.a
LDADD+= -L../parser -lparser