From 16beec40b4ad5c171281643c14f99dd1ad34aa4e Mon Sep 17 00:00:00 2001 From: edwin Date: Wed, 8 Oct 2003 05:03:23 +0000 Subject: adding Naken Chat to FreeBSD ports Small chat server written in C. The compiled code is still under 50k (at this time around 40k). The chat offers many features including private channels, gagging, squelching, banning, censoring, and much more. Users can connect to the chat through many ways including telnet and a Java applet through a webpage. PR: ports/54583 Submitted by: Michael A. Kohn --- net/nakenchat/files/patch-Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/nakenchat/files/patch-Makefile (limited to 'net/nakenchat/files') diff --git a/net/nakenchat/files/patch-Makefile b/net/nakenchat/files/patch-Makefile new file mode 100644 index 00000000000..55c122221cf --- /dev/null +++ b/net/nakenchat/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Tue Oct 7 22:01:27 2003 ++++ Makefile Tue Oct 7 22:01:41 2003 +@@ -1,6 +1,6 @@ + +-CC=gcc +-BASEDIR=/usr/local ++CC?=gcc ++BASEDIR=${PREFIX} + + all: + cd src && make -- cgit