freebsd-ports/net/nakenchat/Makefile
Edwin Groothuis d18ebd6f8c 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>
2003-10-08 05:03:23 +00:00

16 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>