aboutsummaryrefslogtreecommitdiff
path: root/net-im/licq-icq
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-08-30 19:24:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-08-30 19:24:37 +0000
commit11eafb30685da3772bc20d621dc520f1f40a771d (patch)
tree745173033d02f687b4e4c31afbe9f9fa02680a10 /net-im/licq-icq
parent2a54f010bcdfd98ee288898c329deaf9e4c5efe0 (diff)
downloadports-11eafb30685da3772bc20d621dc520f1f40a771d.tar.gz
ports-11eafb30685da3772bc20d621dc520f1f40a771d.zip
- update to 1.8.0
- removed plugins: licq-console is no longer maintened upstream. - new plugins: licq-icq, licq-msn
Notes
Notes: svn path=/head/; revision=325717
Diffstat (limited to 'net-im/licq-icq')
-rw-r--r--net-im/licq-icq/Makefile34
-rw-r--r--net-im/licq-icq/pkg-descr6
2 files changed, 40 insertions, 0 deletions
diff --git a/net-im/licq-icq/Makefile b/net-im/licq-icq/Makefile
new file mode 100644
index 000000000000..3fd8aa184c1a
--- /dev/null
+++ b/net-im/licq-icq/Makefile
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME= icq
+PORTVERSION= 1.8.0
+CATEGORIES= net-im
+
+MAINTAINER= dinoex@FreeBSD.org
+COMMENT= ICQ plugin for Licq
+
+LICENSE= GPLv2
+
+LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost-libs
+
+USES= cmake
+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+
+DOCFILES= README
+PLIST_FILES= lib/licq/protocol_icq.so \
+ %%PORTDOCS%%%%DOCSDIR%%/README
+PLIST_DIRS= %%PORTDOCS%%%%DOCSDIR%%
+
+LICQ_PORT?= net-im/licq
+
+.include <bsd.port.pre.mk>
+
+.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-im/licq-icq/pkg-descr b/net-im/licq-icq/pkg-descr
new file mode 100644
index 000000000000..dc531a99507a
--- /dev/null
+++ b/net-im/licq-icq/pkg-descr
@@ -0,0 +1,6 @@
+Adds support for the Jabber (XMPP) protocol to Licq. Still in early
+development, but capable of sending and receiving messages.
+
+LICENSE: GPL2 or later with execption to link with OpenSSL
+
+WWW: http://www.licq.org/