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/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-im/icmpchat/Makefile b/net-im/icmpchat/Makefile
deleted file mode 100644
index 9e7154ecdd28..000000000000
--- a/net-im/icmpchat/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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>