# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $

PortSystem 1.0
name             c-hey
version          2.1
categories       sysutils
maintainers      nomaintainer
description      unix terminal based Instant Messaging Utility
long_description \
	c-hey is a unix terminal based Instant Messaging \
	Utility. In conjunction with the standard unix \
	utility \"write\", it allows shell users to send \
	messages to each other conveinently, easily and \
	more personally. 
homepage         http://www.redbrick.dcu.ie/~c-hey/
platforms        darwin

master_sites     ${homepage}src.gzipped/
distname         ${name}${version}
checksums        md5 d0b3080c361337db5c7ef0ca6afb5561

patchfiles       patch-Makefile.in patch-utent.h

depends_lib      port:readline

configure.args   --mandir=\\\${prefix}/share/man

destroot.destdir prefix=${destroot}${prefix}
