diff options
author | pat <pat@FreeBSD.org> | 2002-10-29 13:17:17 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-10-29 13:17:17 +0800 |
commit | 6d647c89c95f4bab020b21d1547c74e03496b377 (patch) | |
tree | ac230f94018ede1a91959d5e36e5e67f4a3b6eb5 /net-im | |
parent | 3d8ea507eb96fe7b7ea48aa075f86e64cd2dab74 (diff) | |
download | freebsd-ports-gnome-6d647c89c95f4bab020b21d1547c74e03496b377.tar.gz freebsd-ports-gnome-6d647c89c95f4bab020b21d1547c74e03496b377.tar.zst freebsd-ports-gnome-6d647c89c95f4bab020b21d1547c74e03496b377.zip |
Add net/icmpchat - Simple chat program based on the ICMP protocol.
PR: ports/44579
Submitted by: Matthew West <mwest@uct.ac.za>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/icmpchat/Makefile | 28 | ||||
-rw-r--r-- | net-im/icmpchat/distinfo | 1 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-descr | 7 | ||||
-rw-r--r-- | net-im/icmpchat/pkg-plist | 3 |
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 |