summaryrefslogtreecommitdiff
path: root/net-im/icmpchat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/icmpchat/Makefile')
-rw-r--r--net-im/icmpchat/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile
deleted file mode 100644
index 9e80ec8b310e..000000000000
--- a/net-im/icmpchat/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: icmpchat
-# Date created: 8 October 2002
-# Whom: mwest@uct.ac.za
-#
-# $FreeBSD$
-#
-
-PORTNAME= icmpchat
-PORTVERSION= 0.6
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= icmpchat
-
-MAINTAINER= mwest@uct.ac.za
-COMMENT= Simple console-based chat that uses the ICMP protocol
-
-USE_REINPLACE= yes
-
-pre-patch:
- @${REINPLACE_CMD} -e 's|-O2 -Wall -pedantic|${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}/Changes ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/License ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Problems ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Todo ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>