diff options
Diffstat (limited to 'net/sdr/files')
-rw-r--r-- | net/sdr/files/Makefile.freebsd | 8 | ||||
-rw-r--r-- | net/sdr/files/patch-ab | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/net/sdr/files/Makefile.freebsd b/net/sdr/files/Makefile.freebsd new file mode 100644 index 000000000000..3022704ab5f3 --- /dev/null +++ b/net/sdr/files/Makefile.freebsd @@ -0,0 +1,8 @@ +CC = gcc -g -O +INCLUDES = -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/uclmmbase +LIBS = -L${LOCALBASE}/lib -ltk80 -ltcl80 -luclmmbase -L${X11BASE}/lib -lX11 -lz -lm +CFLAGS = $(INCLUDES) -DDIFF_BYTE_ORDER -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST -Wall -DAUTH -DHAVE_ZLIB -DFreeBSD + +all:: sdr +install: + install -s -c -o root -g wheel -m 555 sdr ${PREFIX}/bin diff --git a/net/sdr/files/patch-ab b/net/sdr/files/patch-ab index c894da39c0cc..ca6c5f8fe01f 100644 --- a/net/sdr/files/patch-ab +++ b/net/sdr/files/patch-ab @@ -1,5 +1,5 @@ ---- sdr/src/Makefile.template.orig Tue May 25 16:27:44 1999 -+++ sdr/src/Makefile.template Thu Nov 4 11:05:39 1999 +--- ../src/Makefile.template.orig Tue May 25 16:27:44 1999 ++++ ../src/Makefile.template Thu Nov 4 11:05:39 1999 @@ -88,7 +88,7 @@ $(SDR_UI_FILES): tcl2c |