/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef _MAIL_VFOLDER_H #define _MAIL_VFOLDER_H #include #include #include #include #include #include void vfolder_load_storage (EMailBackend *backend); void vfolder_revert (void); void vfolder_edit (EShellView *shell_view); void vfolder_edit_rule (EMailBackend *backend, const gchar *folder_uri); EFilterPart * vfolder_create_part (const gchar *name); EFilterRule * vfolder_clone_rule (EMailBackend *backend, EFilterRule *in); void vfolder_gui_add_rule (EMVFolderRule *rule); void vfolder_gui_add_from_message (EMailSession *session, CamelMimeMessage *message, gint flags, CamelFolder *folder); void vfolder_gui_add_from_address (EMailSession *session, CamelInternetAddress *addr, gint flags, CamelFolder *folder); GList * mail_vfolder_get_sources_local (void); GList * mail_vfolder_get_sources_remote (void); /* close up, clean up */ void mail_vfolder_shutdown (void); #endif alue='2017Q3'>2017Q3 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
blob: aff96a454daf30f38060e4f5222a393a9ec14935 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                          
                 







                                                         

                                
                                                            
                   
                                                         
           


                      
# New ports collection Makefile for:    kwordquiz
# Date created:             6 September 2011
# Whom:                 Alberto Villa <avilla@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   kwordquiz
PORTVERSION=    ${KDE4_VERSION}
PORTREVISION=   1
CATEGORIES= misc kde
MASTER_SITES=   ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
DIST_SUBDIR=    KDE

MAINTAINER= kde@FreeBSD.org
COMMENT=    Flash card trainer for KDE 4

CONFLICTS=  kdeedu-4.[0-6].*

USE_KDE4=   kdehier kdelibs kdeprefix libkdeedu automoc4
KDE4_BUILDENV=  yes
USE_QT4=    moc_build qmake_build rcc_build uic_build
USE_XZ= yes
MAKE_JOBS_SAFE= yes

.include <bsd.port.mk>