From 339790fd2dd5ded7c55d87af4375eaa2ebe16eb9 Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Tue, 29 Oct 2002 05:17:17 +0000 Subject: Add net/icmpchat - Simple chat program based on the ICMP protocol. PR: ports/44579 Submitted by: Matthew West --- net-im/icmpchat/Makefile | 28 ++++++++++++++++++++++++++++ net-im/icmpchat/distinfo | 1 + net-im/icmpchat/pkg-comment | 1 + net-im/icmpchat/pkg-descr | 7 +++++++ net-im/icmpchat/pkg-plist | 3 +++ 5 files changed, 40 insertions(+) create mode 100644 net-im/icmpchat/Makefile create mode 100644 net-im/icmpchat/distinfo create mode 100644 net-im/icmpchat/pkg-comment create mode 100644 net-im/icmpchat/pkg-descr create mode 100644 net-im/icmpchat/pkg-plist (limited to 'net-im/icmpchat') 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 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 -- cgit v1.2.3