diff options
Diffstat (limited to 'net-im/tik')
-rw-r--r-- | net-im/tik/Makefile | 73 | ||||
-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 | 2 |
6 files changed, 0 insertions, 89 deletions
diff --git a/net-im/tik/Makefile b/net-im/tik/Makefile deleted file mode 100644 index cef10658b190..000000000000 --- a/net-im/tik/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: tik -# Date created: 13 January 1999 -# Whom: Eugene M. Kim <astralblue@usa.net> -# -# $FreeBSD$ -# - -PORTNAME= tik -PORTVERSION= 0.59 -CATEGORIES= net tk82 -MASTER_SITES= http://www.aim.aol.com/tik/ \ - http://www.nectar.com/distfiles/ - -MAINTAINER= astralblue@usa.net - -RUN_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82 \ - wish8.2:${PORTSDIR}/x11-toolkits/tk82 - -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 - @${SED} 's#@PREFIX@#${PREFIX}#g' < ${FILESDIR}/tac >${WRKDIR}/tac.sh - ${INSTALL_SCRIPT} ${WRKDIR}/tac.sh ${PREFIX}/bin/tac -.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 a17f2b8bbb63..000000000000 --- a/net-im/tik/files/tik +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec wish8.2 @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 86aee76994ca..000000000000 --- a/net-im/tik/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/tac -bin/tik |