summaryrefslogtreecommitdiff
path: root/net-im/icmpchat
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-10-29 05:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2002-10-29 05:17:17 +0000
commit339790fd2dd5ded7c55d87af4375eaa2ebe16eb9 (patch)
treef056aadc6083519369f42653e70c3afad5603fa3 /net-im/icmpchat
parent. In the informative message regarding downloading the necessary files, (diff)
Add net/icmpchat - Simple chat program based on the ICMP protocol.
PR: ports/44579 Submitted by: Matthew West <mwest@uct.ac.za>
Notes
Notes: svn path=/head/; revision=69075
Diffstat (limited to 'net-im/icmpchat')
-rw-r--r--net-im/icmpchat/Makefile28
-rw-r--r--net-im/icmpchat/distinfo1
-rw-r--r--net-im/icmpchat/pkg-comment1
-rw-r--r--net-im/icmpchat/pkg-descr7
-rw-r--r--net-im/icmpchat/pkg-plist3
5 files changed, 40 insertions, 0 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile
new file mode 100644
index 000000000000..9e7154ecdd28
--- /dev/null
+++ b/net-im/icmpchat/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: icmpchat
+# Date created: 8 October 2002
+# Whom: mwest@uct.ac.za
+#
+# $FreeBSD$
+#
+
+PORTNAME= icmpchat
+PORTVERSION= 0.5.1
+CATEGORIES= net
+MASTER_SITES= http://www.codito.de/prog/
+
+MAINTAINER= mwest@uct.ac.za
+
+USE_REINPLACE= yes
+
+pre-patch:
+ @${REINPLACE_CMD} -e 's|-O3 -Wall|${CFLAGS}|;s|= gcc|?= gcc|; \
+ s|default|all|' ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/icmpchat ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${INSTALL} -d -o ${DOCOWN} -g ${DOCGRP} -m 555 ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-im/icmpchat/distinfo b/net-im/icmpchat/distinfo
new file mode 100644
index 000000000000..b7603e389204
--- /dev/null
+++ b/net-im/icmpchat/distinfo
@@ -0,0 +1 @@
+MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3
diff --git a/net-im/icmpchat/pkg-comment b/net-im/icmpchat/pkg-comment
new file mode 100644
index 000000000000..49c96c5864f8
--- /dev/null
+++ b/net-im/icmpchat/pkg-comment
@@ -0,0 +1 @@
+Simple chat program based on the ICMP protocol
diff --git a/net-im/icmpchat/pkg-descr b/net-im/icmpchat/pkg-descr
new file mode 100644
index 000000000000..17a15d04c47a
--- /dev/null
+++ b/net-im/icmpchat/pkg-descr
@@ -0,0 +1,7 @@
+ICMP Chat is a simple chat. The difference to other chat programs is
+the fact that this one is based on the ICMP protocol.
+
+WWW: http://www.codito.de/
+
+--
+mwest@uct.ac.za
diff --git a/net-im/icmpchat/pkg-plist b/net-im/icmpchat/pkg-plist
new file mode 100644
index 000000000000..96971ec2f5fe
--- /dev/null
+++ b/net-im/icmpchat/pkg-plist
@@ -0,0 +1,3 @@
+bin/icmpchat
+%%PORTDOCS%%share/doc/icmpchat/README
+%%PORTDOCS%%@dirrm share/doc/icmpchat