diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-21 22:49:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-21 22:49:50 +0800 |
commit | 9b26db8e1d3525351693c5161bf3be9e51564bcc (patch) | |
tree | fb4a03132a1a9ee3ac9ca7476dd63d0c942cf4a8 | |
parent | 9a235328614bd45686709a8a2b3ba4ea23cf5508 (diff) | |
download | freebsd-ports-gnome-9b26db8e1d3525351693c5161bf3be9e51564bcc.tar.gz freebsd-ports-gnome-9b26db8e1d3525351693c5161bf3be9e51564bcc.tar.zst freebsd-ports-gnome-9b26db8e1d3525351693c5161bf3be9e51564bcc.zip |
Jabber protocol plugin for qutIM
PR: 137809
Submitted by: Ilya Bakulin <webmaster@kibab.com>
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/qutim-plugin-jabber/Makefile | 46 | ||||
-rw-r--r-- | net-im/qutim-plugin-jabber/distinfo | 3 | ||||
-rw-r--r-- | net-im/qutim-plugin-jabber/pkg-descr | 1 | ||||
-rw-r--r-- | net-im/qutim-plugin-jabber/pkg-plist | 2 |
5 files changed, 53 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 833724f989cb..40411ddcb494 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -136,6 +136,7 @@ SUBDIR += qq SUBDIR += qutim SUBDIR += qutim-plugin-icq + SUBDIR += qutim-plugin-jabber SUBDIR += qwit SUBDIR += qwit-devel SUBDIR += rubygem-termtter diff --git a/net-im/qutim-plugin-jabber/Makefile b/net-im/qutim-plugin-jabber/Makefile new file mode 100644 index 000000000000..e3a17e3a03b3 --- /dev/null +++ b/net-im/qutim-plugin-jabber/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: qutim-plugin-jabber +# Date created: Sun Aug 2 23:37:39 MSD 2009 +# Whom: webmaster@kibab.com +# +# $FreeBSD$ +# + +PORTNAME= jabber +PORTVERSION= 0.2b +CATEGORIES= net-im +MASTER_SITES= http://qutim.org/download/ \ + http://dl.kibab.com/distfiles/qutim/ \ + ftp://ftp.inferra.ru/pub/qutim/ +PKGNAMEPREFIX= qutim-plugin- +DISTNAME= qutim-jabber_${PORTVERSION}_svn366 + +MAINTAINER= webmaster@kibab.com +COMMENT= Jabber protocol plugin for qutIM + +BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim +RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim + +USE_QT_VER= 4 +QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build + +CXXFLAGS+= -L${LOCALBASE}/lib + +USE_CMAKE= yes +CMAKE_USE_PTHREAD= yes + +WRKSRC= ${WRKDIR}/jabber + +OPTIONS= GNUTLS "Use GNUTLS (required for GMail)" on + +.include <bsd.port.options.mk> + +.if defined(WITH_GNUTLS) +CMAKE_ARGS+= -DGNUTLS=1 +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls +.endif + +do-install: + @${MKDIR} ${PREFIX}/lib/qutim + @${INSTALL_PROGRAM} ${WRKSRC}/libjabber.so ${PREFIX}/lib/qutim + +.include <bsd.port.mk> diff --git a/net-im/qutim-plugin-jabber/distinfo b/net-im/qutim-plugin-jabber/distinfo new file mode 100644 index 000000000000..5a45b059bc88 --- /dev/null +++ b/net-im/qutim-plugin-jabber/distinfo @@ -0,0 +1,3 @@ +MD5 (qutim-jabber_0.2b_svn366.tar.gz) = 0292f0362cddfe9a45416b5d1d06b605 +SHA256 (qutim-jabber_0.2b_svn366.tar.gz) = b660ad8a6f3ee7fccaa7fa9dae3e675ea227b0377c453034550ed55cc17a0158 +SIZE (qutim-jabber_0.2b_svn366.tar.gz) = 1283161 diff --git a/net-im/qutim-plugin-jabber/pkg-descr b/net-im/qutim-plugin-jabber/pkg-descr new file mode 100644 index 000000000000..602a38d1c63b --- /dev/null +++ b/net-im/qutim-plugin-jabber/pkg-descr @@ -0,0 +1 @@ +Jabber protocol plugin for qutIM diff --git a/net-im/qutim-plugin-jabber/pkg-plist b/net-im/qutim-plugin-jabber/pkg-plist new file mode 100644 index 000000000000..f39c65c0fb35 --- /dev/null +++ b/net-im/qutim-plugin-jabber/pkg-plist @@ -0,0 +1,2 @@ +lib/qutim/libjabber.so +@dirrmtry lib/qutim |