diff options
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 000000000000..5eb156a34bc8 --- /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> |