Jabber protocol plugin for qutIM
PR: 137809 Submitted by: Ilya Bakulin <webmaster@kibab.com>
This commit is contained in:
parent
97eae4463a
commit
99d8707b85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240037
@ -136,6 +136,7 @@
|
||||
SUBDIR += qq
|
||||
SUBDIR += qutim
|
||||
SUBDIR += qutim-plugin-icq
|
||||
SUBDIR += qutim-plugin-jabber
|
||||
SUBDIR += qwit
|
||||
SUBDIR += qwit-devel
|
||||
SUBDIR += rubygem-termtter
|
||||
|
46
net-im/qutim-plugin-jabber/Makefile
Normal file
46
net-im/qutim-plugin-jabber/Makefile
Normal file
@ -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>
|
3
net-im/qutim-plugin-jabber/distinfo
Normal file
3
net-im/qutim-plugin-jabber/distinfo
Normal file
@ -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
|
1
net-im/qutim-plugin-jabber/pkg-descr
Normal file
1
net-im/qutim-plugin-jabber/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Jabber protocol plugin for qutIM
|
2
net-im/qutim-plugin-jabber/pkg-plist
Normal file
2
net-im/qutim-plugin-jabber/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/qutim/libjabber.so
|
||||
@dirrmtry lib/qutim
|
Loading…
Reference in New Issue
Block a user