mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add net/icmpchat - Simple chat program based on the ICMP protocol.
PR: ports/44579 Submitted by: Matthew West <mwest@uct.ac.za>
This commit is contained in:
parent
71d710d093
commit
339790fd2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69075
28
net-im/icmpchat/Makefile
Normal file
28
net-im/icmpchat/Makefile
Normal file
@ -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>
|
1
net-im/icmpchat/distinfo
Normal file
1
net-im/icmpchat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3
|
1
net-im/icmpchat/pkg-comment
Normal file
1
net-im/icmpchat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Simple chat program based on the ICMP protocol
|
7
net-im/icmpchat/pkg-descr
Normal file
7
net-im/icmpchat/pkg-descr
Normal file
@ -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
|
3
net-im/icmpchat/pkg-plist
Normal file
3
net-im/icmpchat/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/icmpchat
|
||||
%%PORTDOCS%%share/doc/icmpchat/README
|
||||
%%PORTDOCS%%@dirrm share/doc/icmpchat
|
@ -191,6 +191,7 @@
|
||||
SUBDIR += hx
|
||||
SUBDIR += icb
|
||||
SUBDIR += ickle
|
||||
SUBDIR += icmpchat
|
||||
SUBDIR += icmpinfo
|
||||
SUBDIR += icmpmonitor
|
||||
SUBDIR += icmpquery
|
||||
|
28
net/icmpchat/Makefile
Normal file
28
net/icmpchat/Makefile
Normal file
@ -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>
|
1
net/icmpchat/distinfo
Normal file
1
net/icmpchat/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (icmpchat-0.5.1.tar.gz) = 14ce68689957e975b5eca98705f4d8e3
|
1
net/icmpchat/pkg-comment
Normal file
1
net/icmpchat/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Simple chat program based on the ICMP protocol
|
7
net/icmpchat/pkg-descr
Normal file
7
net/icmpchat/pkg-descr
Normal file
@ -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
|
3
net/icmpchat/pkg-plist
Normal file
3
net/icmpchat/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/icmpchat
|
||||
%%PORTDOCS%%share/doc/icmpchat/README
|
||||
%%PORTDOCS%%@dirrm share/doc/icmpchat
|
Loading…
Reference in New Issue
Block a user