forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
18 lines
379 B
Text
18 lines
379 B
Text
--- ./Makefile.orig 2007-05-04 18:09:26.000000000 -0400
|
|
+++ ./Makefile 2014-08-27 22:23:17.680151986 -0400
|
|
@@ -9,12 +9,13 @@
|
|
session.c
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
-WARNS?= 6
|
|
+WARNS?= 3
|
|
DEBUG_FLAGS= -g
|
|
|
|
DPADD= ${LIBBLUETOOTH} ${LIBSDP}
|
|
LDADD= -lbluetooth -lusbhid
|
|
|
|
-DESTDIR= /usr/local/sbin
|
|
+PREFIX?= /usr/local
|
|
+BINDIR= ${PREFIX}/sbin
|
|
|
|
.include <bsd.prog.mk>
|