d18ebd6f8c
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>
17 lines
375 B
Makefile
17 lines
375 B
Makefile
# 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>
|