summaryrefslogtreecommitdiff
path: root/mail/balsa/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2002-02-01 17:02:18 +0000
committermjl <mjl@pkgsrc.org>2002-02-01 17:02:18 +0000
commit95f6cc83ce05d7f472bc6b55e12f0a00ccb667d4 (patch)
tree3d98c25d265be1d1fc204387e2c4fc025250a430 /mail/balsa/Makefile
parentddeafeb934434ae55e9a23e423147e4e316edb5c (diff)
downloadpkgsrc-95f6cc83ce05d7f472bc6b55e12f0a00ccb667d4.tar.gz
Update to balsa 1.2.4. Changes are numerous since the last version in
pkgsrc was 1.0.0, most notably IMAP support and a nicer user interface. Note that thread support is disabled, I couldn't get it to work.
Diffstat (limited to 'mail/balsa/Makefile')
-rw-r--r--mail/balsa/Makefile22
1 files changed, 17 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index bbb649dac56..1c06a75570c 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2002/01/24 13:59:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2002/02/01 17:02:18 mjl Exp $
#
-DISTNAME= balsa-1.0.0
+DISTNAME= balsa-1.2.4
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -10,19 +10,31 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
COMMENT= GNOME EMail client
+DEPENDS+= glib>=1.2.1:../../devel/glib
+DEPENDS+= imlib>=1.9.2:../../graphics/imlib
+DEPENDS+= gnome-libs>=1.2.1:../../x11/gnome-libs
+DEPENDS+= gnome-print>=0.25:../../print/gnome-print
+DEPENDS+= libpspell>=0.8.3:../../textproc/libpspell
+DEPENDS+= pcre-[0-9]*:../../devel/pcre
+DEPENDS+= gtkhtml-[0-9]*:../../www/gtkhtml
+DEPENDS+= libiconv-*:../../converters/libiconv
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ARGS+= --disable-more-warnings
+CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \
+ --enable-pcre --disable-threads
CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
USE_BUILDLINK_ONLY= yes
-USE_PTHREAD= native pth
+# USE_PTHREAD= native pth
+.include "../../converters/libiconv/buildlink.mk"
.include "../../devel/libtool/buildlink.mk"
.include "../../devel/libproplist/buildlink.mk"
+.include "../../devel/pcre/buildlink.mk"
.include "../../textproc/libpspell/buildlink.mk"
.include "../../x11/gnome-core/buildlink.mk"
-.include "../../mk/pthread.buildlink.mk"
+# .include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"