summaryrefslogtreecommitdiff
path: root/net-im/icb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/icb/Makefile')
-rw-r--r--net-im/icb/Makefile42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile
deleted file mode 100644
index 680e6eb4be0b..000000000000
--- a/net-im/icb/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: David O'Brien (obrien@NUXI.ucdavis.edu)
-# $FreeBSD$
-
-PORTNAME= icb
-PORTVERSION= 5.1.0
-PORTREVISION= 4
-CATEGORIES= net-im tcl
-#MASTER_SITES= http://www.obfuscation.org/icb/
-MASTER_SITES= http://fossies.org/linux/misc/old/
-DISTNAME= c${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Internet CB - a mostly-defunct chat client
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-USES= readline tk
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-tclinclude=${TCL_INCLUDEDIR} \
- --with-tcllib=${LOCALBASE}/lib
-
-PORTEXAMPLES= bartender confuse echofunctions sample.icbrc
-PLIST_FILES= bin/icb %%DATADIR%%/icbserverdb
-
-OPTIONS_DEFINE= EXAMPLES
-
-.include <bsd.port.options.mk>
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${STAGEDIR}${PREFIX}/bin
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${STAGEDIR}${DATADIR}
-.if ${PORT_OPTIONS:MEXAMPLES}
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
-.for f in ${PORTEXAMPLES}
- ${INSTALL_DATA} ${WRKSRC}/contrib/${f} ${STAGEDIR}${EXAMPLESDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>