summaryrefslogtreecommitdiff
path: root/net/echat
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-28 22:03:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-28 22:03:42 +0000
commit1a436b810fc74c681f595f26435671bfba5cd9d6 (patch)
tree84e8bc9b917f4f7a07ba1e48a667dd0376df7d94 /net/echat
parentUpdate to 0.3.5. (diff)
- New port: eChat - Serverless LAN chat
eChat is a LAN chat program designed for easy chat and messages exchange over the TCP/IP networks PR: 55994 Submitted by: SeaD <sead@deep.perm.ru>
Notes
Notes: svn path=/head/; revision=87938
Diffstat (limited to 'net/echat')
-rw-r--r--net/echat/Makefile34
-rw-r--r--net/echat/distinfo1
-rw-r--r--net/echat/pkg-descr7
-rw-r--r--net/echat/pkg-plist2
4 files changed, 44 insertions, 0 deletions
diff --git a/net/echat/Makefile b/net/echat/Makefile
new file mode 100644
index 000000000000..c180419b66a5
--- /dev/null
+++ b/net/echat/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: echat
+# Date created: 26 Aug 2003
+# Whom: SeaD
+#
+# $FreeBSD$
+#
+
+PORTNAME= echat
+PORTVERSION= 0.02f2
+CATEGORIES= net
+MASTER_SITES= http://echat.deep.perm.ru/files/
+
+MAINTAINER= sead@mail.ru
+COMMENT= LAN chat program over the TCP/IP networks
+
+USE_REINPLACE= yes
+
+MAN1= echat.1
+
+post-patch:
+ ${REINPLACE_CMD} -e \
+ 's|^CFLAGS=|CFLAGS+=|g ; \
+ s|PREFIX=/usr/local|PREFIX=${PREFIX}|g ; \
+ s|CC=|CC?=|g' \
+ ${WRKSRC}/Makefile
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/.echatrc.sample ${PREFIX}/etc/echatrc.sample
+ @${ECHO} "======================================================================"
+ @${ECHO} " Please put \"${PREFIX}/etc/echatrc.sample\" in the right place."
+ @${ECHO} " eChat will search in \"~/.echatrc\". Then edit it as you want."
+ @${ECHO} "======================================================================"
+
+.include <bsd.port.mk>
diff --git a/net/echat/distinfo b/net/echat/distinfo
new file mode 100644
index 000000000000..17c6865c0b64
--- /dev/null
+++ b/net/echat/distinfo
@@ -0,0 +1 @@
+MD5 (echat-0.02f2.tar.gz) = 11c72a33ba88fa4a3547ad02d58eff0e
diff --git a/net/echat/pkg-descr b/net/echat/pkg-descr
new file mode 100644
index 000000000000..4336db9c93f7
--- /dev/null
+++ b/net/echat/pkg-descr
@@ -0,0 +1,7 @@
+eChat is a LAN chat program designed for easy
+chat and messages exchange over the TCP/IP networks
+
+compatible with Vypress Chat and quickChat for Win32
+
+Author SeaD <sead@mail.ru>
+WWW: http://echat.deep.perm.ru/
diff --git a/net/echat/pkg-plist b/net/echat/pkg-plist
new file mode 100644
index 000000000000..fe997eb64381
--- /dev/null
+++ b/net/echat/pkg-plist
@@ -0,0 +1,2 @@
+bin/echat
+etc/echatrc.sample