diff options
author | jmmv <jmmv> | 2004-11-14 17:02:03 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-11-14 17:02:03 +0000 |
commit | b48bed61f98315afe95e0a7bd64770499fea597d (patch) | |
tree | 6ed9de661bfa4783206e76c269de23c46f9cbd93 /mail/balsa2/Makefile | |
parent | 4625ea71a26248fa61a062da52ab0d13d2789897 (diff) | |
download | pkgsrc-b48bed61f98315afe95e0a7bd64770499fea597d.tar.gz |
Update to 2.2.5. While here, convert to options.mk to handle the openldap
option, and introduce a ssl option.
* Balsa-2.2.5 release. Release date 2004-09-02
- sent messages saved to sentbox only after being sent.
- use of fixed-height with gtk2>=2.4.9 to speed up large mailboxes.
- GPG is expected to be fully functional now.
- mbox mailbox driver fixes.
* Balsa-2.2.4 release. Release date 2004-08-28
- periodic expunge configurable.
- cleanup IMAP password quering code.
- GPE address book support -
http://gpe.handhelds.org/projects/GPE-address.shtml
- new configuration druid.
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index bfcfbaa303f..0188debebd2 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2004/10/15 12:03:53 tv Exp $ +# $NetBSD: Makefile,v 1.33 2004/11/14 17:02:03 jmmv Exp $ -DISTNAME= balsa-2.2.3 -PKGREVISION= 2 +DISTNAME= balsa-2.2.5 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -27,7 +26,6 @@ CONFIGURE_ARGS= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config CONFIGURE_ARGS+= --disable-more-warnings CONFIGURE_ARGS+= --enable-threads CONFIGURE_ARGS+= --enable-pcre -CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ENV+= ac_cv_lib_iconv_iconv_open=yes @@ -37,30 +35,30 @@ CONF_FILES+= ${EGDIR}/${cnf} ${PKG_SYSCONFDIR}/sound/events/${cnf} .endfor .include "../../mk/bsd.prefs.mk" +.include "options.mk" -.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES -CONFIGURE_ARGS+= --with-ldap -.include "../../databases/openldap/buildlink3.mk" -.endif -BUILD_DEFS+= USE_OPENLDAP +BUILDLINK_DEPENDS.gmime+= gmime>=2.1.9 .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libbonobo/buildlink3.mk" +.include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/libltdl/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../mail/gmime/buildlink3.mk" .include "../../mail/libesmtp/buildlink3.mk" +.include "../../net/ORBit2/buildlink3.mk" +.include "../../print/libgnomeprint/buildlink3.mk" .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../security/gpgme/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/gtkhtml3/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |