- a new Memo Component - a new Look for the Event/Task/Meeting Editor - Calendar Publishing support - CalDAV support - Network Manager support - HULA connectivity support - Improved GroupWise support - Improved Event Recurrence support - Calendar Tooltips - CSV/tab importers for Mozilla, Outlook and Evolution formats - Contact list support for LDAP addressbooks - Support for saving Advanced Searches for Address books - Support for Prioritizing messages in the composer - Lots of bug fixes and lots of other User Interface Improvements - Updated Translations
35 lines
1.2 KiB
Makefile
35 lines
1.2 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2006/03/30 21:37:01 jmmv Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
EVOLUTION_BUILDLINK3_MK:= ${EVOLUTION_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= evolution
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nevolution}
|
|
BUILDLINK_PACKAGES+= evolution
|
|
|
|
.if !empty(EVOLUTION_BUILDLINK3_MK:M+)
|
|
BUILDLINK_DEPENDS.evolution+= evolution>=2.6.0
|
|
BUILDLINK_PKGSRCDIR.evolution?= ../../mail/evolution
|
|
.endif # EVOLUTION_BUILDLINK3_MK
|
|
|
|
PRINT_PLIST_AWK+= /^@dirrm lib\/evolution\/2.6$$/ \
|
|
{ print "@comment in evolution: " $$0; next }
|
|
PRINT_PLIST_AWK+= /^@dirrm lib\/evolution$$/ \
|
|
{ print "@comment in evolution: " $$0; next }
|
|
PRINT_PLIST_AWK+= /^@dirrm libexec\/evolution\/2.6$$/ \
|
|
{ print "@comment in evolution: " $$0; next }
|
|
PRINT_PLIST_AWK+= /^@dirrm libexec\/evolution$$/ \
|
|
{ print "@comment in evolution: " $$0; next }
|
|
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/nspr/buildlink3.mk"
|
|
.include "../../devel/nss/buildlink3.mk"
|
|
.include "../../mail/evolution-data-server/buildlink3.mk"
|
|
.include "../../www/gtkhtml38/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|