forked from Lainports/freebsd-ports
another copy of sdp.h header PR: ports/75572 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
19 lines
420 B
Text
19 lines
420 B
Text
--- Makefile.orig Fri Dec 24 00:09:48 2004
|
|
+++ Makefile Tue Dec 28 15:23:07 2004
|
|
@@ -1,11 +1,14 @@
|
|
# $Id: Makefile,v 1.9 2004/12/23 23:09:48 max Exp $
|
|
# $FreeBSD$
|
|
|
|
-BINDIR= /usr/local/bin
|
|
-MANDIR= /usr/local/man/man
|
|
+PREFIX?= /usr/local
|
|
+
|
|
+BINDIR= ${PREFIX}/bin
|
|
+MANDIR= ${PREFIX}/man/man
|
|
PROG= obexapp
|
|
MAN1= obexapp.1
|
|
|
|
+NO_WERROR= yes
|
|
WARNS?= 2
|
|
|
|
SRCS= main.c client.c event.c sdp.c server.c stream.c \
|