01b5a1f35c
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>
20 lines
512 B
Makefile
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>
|