diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-08 05:03:23 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-08 05:03:23 +0000 |
commit | 16beec40b4ad5c171281643c14f99dd1ad34aa4e (patch) | |
tree | af44d6d842e46c319c2bd98161bc1ff26509535c /net/nakenchat/Makefile | |
parent | 59130ac9493c6a0401768eb0e8b7e82d0b85837b (diff) | |
download | FreeBSD-ports-16beec40b4ad5c171281643c14f99dd1ad34aa4e.zip FreeBSD-ports-16beec40b4ad5c171281643c14f99dd1ad34aa4e.tar.gz |
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 <mike@mikekohn.net> <mikekohn@everyday.com>
Diffstat (limited to 'net/nakenchat/Makefile')
-rw-r--r-- | net/nakenchat/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/nakenchat/Makefile b/net/nakenchat/Makefile new file mode 100644 index 0000000..5eb156a --- /dev/null +++ b/net/nakenchat/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: nakenchat +# Date created: 01 July 2003 +# Whom: Michael Kohn (mike@mikekohn.net) +# +# $FreeBSD$ +# + +PORTNAME= nakenchat +PORTVERSION= 2.00 +CATEGORIES= net +MASTER_SITES= http://www.mikekohn.com/nakenchat/ + +MAINTAINER= mike@mikekohn.net +COMMENT= Small (under 50k) chat server with many features + +.include <bsd.port.mk> |