diff options
Diffstat (limited to 'net-im/tik')
-rw-r--r-- | net-im/tik/Makefile | 71 | ||||
-rw-r--r-- | net-im/tik/distinfo | 1 | ||||
-rw-r--r-- | net-im/tik/files/tik | 2 | ||||
-rw-r--r-- | net-im/tik/pkg-comment | 1 | ||||
-rw-r--r-- | net-im/tik/pkg-descr | 10 | ||||
-rw-r--r-- | net-im/tik/pkg-plist | 1 |
6 files changed, 0 insertions, 86 deletions
diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile deleted file mode 100644 index 39c00acae2ae..000000000000 --- a/net-im/tik/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: tik -# Version required: 0.59 -# Date created: 13 January 1999 -# Whom: Eugene M. Kim <astralblue@usa.net> -# -# $FreeBSD$ -# - -DISTNAME= tik-0.59 -CATEGORIES= net tk80 -MASTER_SITES= http://www.aim.aol.com/tik/ \ - http://www.nectar.com/distfiles/ - -MAINTAINER= astralblue@usa.net - -RUN_DEPENDS= tclsh8.0:${PORTSDIR}/lang/tcl80 \ - wish8.0:${PORTSDIR}/x11-toolkits/tk80 - -NO_BUILD= yes -WRKSRC= ${WRKDIR}/tik -PLIST= ${WRKDIR}/PLIST - -SORT?= sort - -SRCDIRS= share/tik share/tik/media share/tik/packages -SRCFILES= media/AOL.gif media/Admin.gif media/DT.gif media/Login.gif \ - media/Logo.gif media/Logout.gif media/Oscar.gif \ - media/downarrow.gif media/uparrow.gif media/BuddyArrive.au \ - media/BuddyLeave.au media/Pounce.au media/Receive.au \ - media/Send.au packages/away.tcl packages/imcapture.tcl \ - packages/mynews.tcl packages/pounce.tcl \ - packages/quickchat.tcl packages/search.tcl \ - packages/socksproxy.tcl packages/sslproxy.tcl \ - packages/stock.tcl packages/ticker.tcl sflap.tcl \ - configTool.tcl toc.tcl tik.tcl tac.tcl sag.tcl -EGDIR= share/examples/tik -EGFILES= example.tacrc example.tikpre example.tikrc -DOCDIR= share/doc/tik -DOCFILES= CHANGES LICENSE README PROTOCOL - -# The packing list starts with just bin/tik. As we install things, -# build onto the list. -do-install: - @${CP} ${PKGDIR}/PLIST ${PLIST} -.for d in ${SRCDIRS} - @${MKDIR} ${PREFIX}/${d} - @${ECHO} @dirrm ${d} >> ${PLIST}.dirrm -.endfor -.for f in ${SRCFILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/tik/${f} - @${ECHO} share/tik/${f} >> ${PLIST} -.endfor - @${MKDIR} ${PREFIX}/${EGDIR} - @${ECHO} @dirrm ${EGDIR} >> ${PLIST}.dirrm -.for f in ${EGFILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${EGDIR}/${f} - @${ECHO} ${EGDIR}/${f} >> ${PLIST} -.endfor - @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tik >${WRKDIR}/tik.sh - ${INSTALL_SCRIPT} ${WRKDIR}/tik.sh ${PREFIX}/bin/tik -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/${DOCDIR} - @${ECHO} @dirrm ${DOCDIR} >> ${PLIST}.dirrm -.for f in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${DOCDIR}/${f} - @${ECHO} ${DOCDIR}/${f} >> ${PLIST} -.endfor -.endif - @${SORT} -r ${PLIST}.dirrm >> ${PLIST} && ${RM} ${PLIST}.dirrm - -.include <bsd.port.mk> diff --git a/net-im/tik/distinfo b/net-im/tik/distinfo deleted file mode 100644 index ef66d41bebd1..000000000000 --- a/net-im/tik/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tik-0.59.tar.gz) = baaec15a9e16ecd5d5c56ebd8414db57 diff --git a/net-im/tik/files/tik b/net-im/tik/files/tik deleted file mode 100644 index cb9d056c7af3..000000000000 --- a/net-im/tik/files/tik +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec wish8.0 @PREFIX@/share/tik/tik.tcl diff --git a/net-im/tik/pkg-comment b/net-im/tik/pkg-comment deleted file mode 100644 index 1d524f50f74c..000000000000 --- a/net-im/tik/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Tcl/Tk based AOL Instant Messenger (AIM) Chat Client diff --git a/net-im/tik/pkg-descr b/net-im/tik/pkg-descr deleted file mode 100644 index 5cd59d9a7a76..000000000000 --- a/net-im/tik/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -From the README file: - - TiK is a pure Tcl/Tk 8.0 version of AOL Instant Messenger (AIM). The - TiK client began its life as a scaled down version of the native Windows - and Macintosh clients. However, TiK now has most of the features the - native clients have, plus some extras. TiK includes a graphical buddy - list display plus packages for away messages, buddy pounce, buddy - ticker, stock monitoring and im capturing. It is very easy for end users - to add new features to TiK, using Tcl/Tk. TiK is meant to give UNIX - users an alternative to the Java client. diff --git a/net-im/tik/pkg-plist b/net-im/tik/pkg-plist deleted file mode 100644 index 5096cc31a512..000000000000 --- a/net-im/tik/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/tik |