aboutsummaryrefslogtreecommitdiff
path: root/net-im/icmpchat/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /net-im/icmpchat/Makefile
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
Notes
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 915cef8cefb1..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= ports@FreeBSD.org
-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>