diff options
author | adam <adam@pkgsrc.org> | 2010-09-07 19:12:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-07 19:12:02 +0000 |
commit | c979f0f392739f868a6adfb704a3c3a864350d05 (patch) | |
tree | efdf339416443fe4c3bc927362c1d5c965709922 /mail/balsa/Makefile | |
parent | 660a6fa1b0ff094ee5551b2416252b9391407d29 (diff) | |
download | pkgsrc-c979f0f392739f868a6adfb704a3c3a864350d05.tar.gz |
Changes 2.4.8:
* QUOTA and MYRIGHTS IMAP extension support.
* IMAP compression (COMPRESS=DEFLATE) when supported by server
* making opening attachment easier by saving them in a directory
* downloadable images when using Webkit html widget
* faster opening of the compose window.
* text searching enabled in the WebKit html viewer.
* options to hide toolbars and other parts of the UI (useful on netbooks etc).
* For laptop/wifi users: not trying to reach POP3 servers while disconnected,
and instead checking immediately on reconnection.
* infinite loop avoided.
* avoid crashes when manually verifing GPG signature.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r-- | mail/balsa/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index cf9a2f94455..7bf6e1a2bfc 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,30 +1,30 @@ -# $NetBSD: Makefile,v 1.71 2010/06/13 22:44:52 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2010/09/07 19:12:02 adam Exp $ -DISTNAME= balsa-2.3.26 -PKGREVISION= 5 +DISTNAME= balsa-2.4.8 CATEGORIES= mail gnome -MASTER_SITES= http://balsa.gnome.org/ +MASTER_SITES= http://pawsa.fedorapeople.org/balsa/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://balsa.gnome.org/ +HOMEPAGE= http://pawsa.fedorapeople.org/balsa/ COMMENT= GNOME2 EMail client +LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir +USE_TOOLS+= gmake intltool msgfmt perl pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool msgfmt perl pkg-config - -CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config CONFIGURE_ARGS+= --disable-more-warnings CONFIGURE_ARGS+= --enable-pcre CONFIGURE_ARGS+= --enable-smime CONFIGURE_ARGS+= --enable-threads +CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config CONFIGURE_ARGS+= --with-gtksourceview CONFIGURE_ARGS+= --with-gtkspell -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} +CONFIGURE_ARGS+= --without-nm +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes EGDIR= ${PREFIX}/share/examples/balsa @@ -36,7 +36,6 @@ BUILDLINK_TRANSFORM+= rm:-DGNOME_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGNOME_VFS_DISABLE_DEPRECATED BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" @@ -59,5 +58,6 @@ BUILDLINK_API_DEPENDS.gmime+= gmime>=2.1.9 .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtksourceview2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |