summaryrefslogtreecommitdiff
path: root/misc/c-hey/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-06-10 15:36:28 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-06-10 15:36:28 +0000
commit755fb5dc9074d42801bff0f8e01e5cf9bc8a887d (patch)
treec77976dd253af4db4a563dd2c40dd5d6185c7f66 /misc/c-hey/Makefile
parento Update to 1.04a (diff)
New port: c-hey instant messaging utility
Submitted by: Philip Reynolds <philip.reynolds@rfc-networks.ie> PR: 53148 Approved by: fjoe (implicit)
Diffstat (limited to 'misc/c-hey/Makefile')
-rw-r--r--misc/c-hey/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/c-hey/Makefile b/misc/c-hey/Makefile
new file mode 100644
index 000000000000..431bc9c6e9ea
--- /dev/null
+++ b/misc/c-hey/Makefile
@@ -0,0 +1,21 @@
+# New ports collection Makefile for: c-hey
+# Date Created: 10 June 2003
+# Whom: Philip Reynolds
+# $FreeBSD$
+
+PORTNAME= c-hey
+PORTVERSION= 2.0
+CATEGORIES= misc
+MASTER_SITES= http://www.redbrick.dcu.ie/~c-hey/src.gzipped/
+DISTNAME= c-hey2.0
+
+MAINTAINER= philip.reynolds@rfc-networks.ie
+COMMENT= Terminal based instant messaging utility
+
+WRKSRC= ${WRKDIR}/c-hey_cvs_latest/c-hey
+
+GNU_CONFIGURE= yes
+
+MAN1= c-hey.1
+
+.include <bsd.port.mk>