summaryrefslogtreecommitdiff
path: root/mail/balsa2/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-11-14 17:02:03 +0000
committerjmmv <jmmv@pkgsrc.org>2004-11-14 17:02:03 +0000
commit70feaeb51c1d3bf566a4ab5ec3fa949eeaa1b5ef (patch)
tree6ed9de661bfa4783206e76c269de23c46f9cbd93 /mail/balsa2/Makefile
parent2e87f2bfebebab0c0233233738354b37251f0ecd (diff)
downloadpkgsrc-70feaeb51c1d3bf566a4ab5ec3fa949eeaa1b5ef.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/Makefile18
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"