aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/licq-qt-gui/Makefile
blob: ad43eefc2e9275e8ced7ec83dc4e248e117a0403 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Created by: Jeremy Norris <ishmael272home.com>
# $FreeBSD$

PORTNAME=   qt4-gui
PORTVERSION=    1.8.2
PORTREVISION=   1
CATEGORIES= net-im
PKGNAMESUFFIX?= ${KDE_SUFFIX}${PKGNAMESUFFIX2}

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    Qt plugin for licq

LICENSE=    GPLv2

LIB_DEPENDS=    libboost_regex.so:devel/boost-libs
RUN_DEPENDS=    ${LOCALBASE}/lib/licq/protocol_icq.so:${LICQ_PORT}-icq

USE_XORG=   x11 xext ice xscrnsaver
USES=       cmake
USE_QT4=    qmake_build moc_build rcc_build uic_build linguisttools_build \
        corelib xml gui

OPTIONS_DEFINE= HUNSPELL KDE4
OPTIONS_DEFAULT=HUNSPELL

LICQ_PORT?= net-im/licq

HUNSPELL_LIB_DEPENDS=   libhunspell-1.3.so:textproc/hunspell
HUNSPELL_CMAKE_ON=  -DHUNSPELL_INCLUDE_DIRS=${LOCALBASE}/include/hunspell \
            -DHUNSPELL_LIBRARIES=${LOCALBASE}/lib/libhunspell-1.3.so \
            -DHUNSPELL_FOUND:BOOL=ON
HUNSPELL_CMAKE_OFF= -DHUNSPELL_FOUND:BOOL=OFF

KDE4_USE=       KDE4=kdelibs,automoc4
KDE4_PREVENTS=      HUNSPELL
KDE4_CMAKE_ON=      -DWITH_KDE:BOOL=ON
KDE4_CMAKE_OFF=     -DWITH_KDE:BOOL=OFF
KDE4_PLIST_SUB=     GUI_NAME=kde4 WITH_KDE="" WITH_QT="@comment "
KDE4_PLIST_SUB_OFF= GUI_NAME=qt4  WITH_KDE="@comment " WITH_QT=""

.include <bsd.port.options.mk>

.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"

.if ${PORT_OPTIONS:MKDE4}
KDE_SUFFIX= -kde
.endif

.include <bsd.port.mk>
0'>2002-05-142-2/+5 * Added search="string" where appropriate.Christopher James Lahey2002-05-142-3/+7 * Replaced q binding with ` for hiding/showing the message view pane.Christopher James Lahey2002-05-143-11/+34 * Overload the setv/getv CamelObject virtual methods. (imap_setv):Jeffrey Stedfast2002-05-143-2/+133 * Updated French translation.Christophe Merlet2002-05-142-1682/+1900 * Changed a lot of direct uses in this file of node->is_expanded to call theChristopher James Lahey2002-05-141-70/+76 * Enable the dropdown widgets even if the contact is not editable so thatChristopher James Lahey2002-05-142-1/+8 * Update for camel_folder_append_message / camel_folder_transfer_messages_toDan Winship2002-05-149-35/+58 * Add a "char **appended_uid" argument, for the caller to optionally pass inDan Winship2002-05-1415-95/+257 * Since the fix for #3357 uses 'order=0' to indicate tree structure nodes,Not Zed2002-05-132-2/+11 * Fetch the BODYSTRUCTURE rather than BODY since BODY seems to be lackingJeffrey Stedfast2002-05-112-1/+5 * Might help if we called camel_transport_class_init.Jeffrey Stedfast2002-05-112-1/+6 * If grabbed_item is NULL, cancel the timeout.Christopher James Lahey2002-05-111-0/+8 * Update for the new message-browser api.Jeffrey Stedfast2002-05-114-278/+45 * updated Vietnamese filePablo Saratxaga2002-05-112-13223/+11453 * Added SimpleCard interface.Christopher James Lahey2002-05-116-12/+455 * Don't add any shortcuts here. (mail_config_remove_account): And don'tJeffrey Stedfast2002-05-114-194/+26 * Add members `parent' and `shell' in DiscoveryData.Ettore Perazzoli2002-05-112-16/+89 * Add the Addressbook-SelectNames interface stuff.Ettore Perazzoli2002-05-111-0/+4 * Updated for FolderResult instead of DiscoverSharedFolderResult.Ettore Perazzoli2002-05-114-17/+15 * Include string.h here.Christopher James Lahey2002-05-111-0/+2 * New. New.Ettore Perazzoli2002-05-112-0/+505 * Add FileOpenOtherUsersFolder.Ettore Perazzoli2002-05-112-0/+9 * Added some tests for the custom storage.Ettore Perazzoli2002-05-1110-49/+571 * Simplify. Use transfer_messages_to instead of picking between copy andDan Winship2002-05-113-35/+12 * Replace copy_messages_to and move_messages_to with a single function thatDan Winship2002-05-1112-273/+224 * New filter function to pipe a message to another program. (run_command):Jeffrey Stedfast2002-05-102-13/+7 * Set the path in the entry widget.Jeffrey Stedfast2002-05-102-0/+4 * New filter function to pipe a message to another program.Jeffrey Stedfast2002-05-102-0/+135 * Add filter-file.[c,h] to the build.Jeffrey Stedfast2002-05-106-20/+66 * Switch from gnome_canvas_item_grab to e_canvas_item_grab.Christopher James Lahey2002-05-105-31/+149 * Make sure that even if the new source url is NULL, that we preserve theJeffrey Stedfast2002-05-102-3/+10 * Bump file version to 2. (This will make older versions of gal ignore theDan Winship2002-05-101-4/+12 * New filter widgets for choosing files and/or command-line's (?). Not yetJeffrey Stedfast2002-05-103-0/+375 * Added "first_email" property.Christopher James Lahey2002-05-102-0/+26 * Pass %FALSE as @has_shared_folders to evolution_storage_new().Ettore Perazzoli2002-05-109-22/+80 * Rename NotPrepared to notPrepared and NotSyncing to notSyncing.Ettore Perazzoli2002-05-096-11/+29 * dist Spell.idlJP Rosevear2002-05-092-0/+5 * Instead of testing for SERVICE_CONNECTED, we need to also handleNot Zed2002-05-093-2/+12 * Implemented. (digest_getv): Implemented.Jeffrey Stedfast2002-05-0912-23/+364 * implemented (c'n'p-ed and updated) spell checking settingsRadek Doulik2002-05-098-38/+378 * Revert zh_CN and zh_TW changes because gettext sucksJP Rosevear2002-05-09