summaryrefslogtreecommitdiff
path: root/net-im/vicq
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--net-im/vicq/Makefile33
-rw-r--r--net-im/vicq/distinfo1
-rw-r--r--net-im/vicq/pkg-descr5
-rw-r--r--net-im/vicq/pkg-plist8
4 files changed, 0 insertions, 47 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile
deleted file mode 100644
index 6ba820996d4a..000000000000
--- a/net-im/vicq/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: vicq
-# Date created: 06 December 2001
-# Whom: Kevin Lo<kevlo@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vicq
-PORTVERSION= 0.4.1
-CATEGORIES= net
-MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
-
-MAINTAINER= kevlo@FreeBSD.org
-COMMENT= A text-based ICQ implementation
-
-
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PERL_CONFIGURE= yes
-
-
-post-extract:
- ${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC}
- ${RM} ${WRKSRC}/install.pl
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/examples/vicq
- ${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
-
-.include <bsd.port.mk>
diff --git a/net-im/vicq/distinfo b/net-im/vicq/distinfo
deleted file mode 100644
index 20ce8c3113c2..000000000000
--- a/net-im/vicq/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (vicq-0.4.1.tar.gz) = ba18dc9c0f9b20efa2eb6accc2d38283
diff --git a/net-im/vicq/pkg-descr b/net-im/vicq/pkg-descr
deleted file mode 100644
index 2b4ecef21b7d..000000000000
--- a/net-im/vicq/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-vICQ is a simple text-mode ICQ client written with look and feel of
-micq in mind. Its features: PERL source code suitable for hacking
-and scripting, text-only look & feel, and ICQ v7 protocol support.
-
-WWW: http://gonzo.kiev.ua/projects/vicq/
diff --git a/net-im/vicq/pkg-plist b/net-im/vicq/pkg-plist
deleted file mode 100644
index b8b31b16b64b..000000000000
--- a/net-im/vicq/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/vicq
-%%SITE_PERL%%/Net/vICQ.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vICQ/.packlist
-share/examples/vicq/vicqrc.example
-@dirrm share/examples/vicq
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/vICQ
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net 2> /dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Net 2> /dev/null || true