diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-12-06 16:52:17 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-12-06 16:52:17 +0800 |
commit | a8aca11ac3795ae5737bde323307f14d80b4d56e (patch) | |
tree | b184916c0e07cbcf5310de35d3868c9b5cde4c7f /net-im/vicq/Makefile | |
parent | 703c74bd630e56082bae2763a7f66997488bb974 (diff) | |
download | freebsd-ports-gnome-a8aca11ac3795ae5737bde323307f14d80b4d56e.tar.gz freebsd-ports-gnome-a8aca11ac3795ae5737bde323307f14d80b4d56e.tar.zst freebsd-ports-gnome-a8aca11ac3795ae5737bde323307f14d80b4d56e.zip |
Initial import of vicq-0.3.
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.
Diffstat (limited to 'net-im/vicq/Makefile')
-rw-r--r-- | net-im/vicq/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile new file mode 100644 index 000000000000..875f5b0536b5 --- /dev/null +++ b/net-im/vicq/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: vicq +# Date created: 06 December 2001 +# Whom: Kevin Lo<kevlo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= vicq +PORTVERSION= 0.3 +CATEGORIES= net +MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/ + +MAINTAINER= kevlo@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/ICQ2000.pm:${PORTSDIR}/net/p5-Net-ICQ2000 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +NO_BUILD= yes + +do-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> |