diff options
Diffstat (limited to 'net-im/icb/Makefile')
-rw-r--r-- | net-im/icb/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net-im/icb/Makefile b/net-im/icb/Makefile deleted file mode 100644 index b9b41b404a39..000000000000 --- a/net-im/icb/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: icb -# Date created: Tue Feb 03, 1998 -# Whom: David O'Brien (obrien@NUXI.ucdavis.edu) -# -# $FreeBSD$ -# - -PORTNAME= icb -PORTVERSION= 5.1.0 -PORTREVISION= 3 -CATEGORIES= net tcl84 -MASTER_SITES= http://www.obfuscation.org/ftp/pub/icb/ \ - ftp://ftp.obfuscation.org/pub/icb/ -DISTNAME= c${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Internet CB - a mostly-defunct chat client - -LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclinclude=${LOCALBASE}/include/tcl8.4 \ - --with-tcllib=${LOCALBASE}/lib - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icb/icb ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/icb - ${INSTALL_DATA} ${WRKSRC}/icbserverdb ${PREFIX}/share/icb -.for file in bartender confuse echofunctions sample.icbrc - ${INSTALL_DATA} ${WRKSRC}/contrib/${file} ${PREFIX}/share/icb -.endfor - -.include <bsd.port.mk> |