diff options
author | is <is@pkgsrc.org> | 1997-11-18 17:05:15 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 1997-11-18 17:05:15 +0000 |
commit | e36fdeaad99eee8d1564366e679450f9e64b0bf0 (patch) | |
tree | b12c0274b3b4a438691755cbf3d35d5363a2803d /mbone/sdr/files | |
parent | fccd1cd22785561ee6085ad8abcbdf62b659737c (diff) | |
download | pkgsrc-e36fdeaad99eee8d1564366e679450f9e64b0bf0.tar.gz |
Initial MBONE tools directory, bootstrapped from FreeBSD ports collection,
sdr only.
Diffstat (limited to 'mbone/sdr/files')
-rw-r--r-- | mbone/sdr/files/Makefile.freebsd | 15 | ||||
-rw-r--r-- | mbone/sdr/files/Makefile.work | 2 | ||||
-rw-r--r-- | mbone/sdr/files/md5 | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/mbone/sdr/files/Makefile.freebsd b/mbone/sdr/files/Makefile.freebsd new file mode 100644 index 00000000000..1d0735aef06 --- /dev/null +++ b/mbone/sdr/files/Makefile.freebsd @@ -0,0 +1,15 @@ +CC=cc +INCLUDES=-I${LOCALBASE}/include/tk8.0 -I${LOCALBASE}/include/tcl8.0 -I${X11BASE}/include +LIB_DIR=${LOCALBASE}/lib +LIBS=-L${LIB_DIR} -ltk80 -ltcl80 -lm -L${X11BASE}/lib -lX11 +CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DNORANDPROTO -DDEFINED_ERRLIST +LIBRARY_TCL = ${LIB_DIR}/tcl8.0 +LIBRARY_TK = ${LIB_DIR}/tk8.0 + +all: sdr + +install: sdr + install -c -s -m 555 -o bin -g bin sdr ${PREFIX}/bin + +clean: + rm *.o *.tcl *.ehtml tcl2c diff --git a/mbone/sdr/files/Makefile.work b/mbone/sdr/files/Makefile.work new file mode 100644 index 00000000000..6b6d1019205 --- /dev/null +++ b/mbone/sdr/files/Makefile.work @@ -0,0 +1,2 @@ +all install clean: + cd freebsd; $(MAKE) $@ diff --git a/mbone/sdr/files/md5 b/mbone/sdr/files/md5 new file mode 100644 index 00000000000..16ca8bea6b9 --- /dev/null +++ b/mbone/sdr/files/md5 @@ -0,0 +1 @@ +MD5 (sdr.V2.3a1.tar.gz) = cfb72a33293aa307f3fece21582332ba |