1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/comms/hcidump/files/patch-hcidump-Makefile
Alexey Dokuchaev 1277935b6f Resurrect this port. It is actually very useful to debug Bluetooth problems
and also is referenced in the FreeBSD Handbook.  Add license (GPLv2) while I
am here.

Requested by:	emax
2011-09-06 09:28:23 +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