freebsd-ports/net-im/chattahoochie/Makefile
Thomas Abthorpe 01b5a1f35c Pickwick is a plain text small group chat server. It uses a simple
obfuscation scheme to keep traffic to and from the server unintelligible to
casual perusal.  A client program, named weller(1) is also provided.

WWW: http://www.mammothcheese.ca/

PR:		ports/146206
Submitted by:	James Bailie <jimmy at mammothcheese.ca>
2010-05-13 03:38:12 +00:00

20 lines
512 B
Makefile

# New ports collection makefile for: pickwick
# Date created: Fri, 30 Apr 2010 19:50:00 EDT
# Whom: James Bailie <jimmy@mammothcheese.ca>
#
# $FreeBSD$
#
PORTNAME= pickwick
PORTVERSION= 1.10
CATEGORIES= net-im
MASTER_SITES= http://www.mammothcheese.ca/
MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Small group plain-text chat server and client
MAN8= pickwick.8
MAN1= weller.1
MANCOMPRESSED= yes
.include <bsd.port.mk>