pkgsrc/mail/balsa/Makefile
rh 76f6cdbe9e Update balsa to 0.8.0 (release). Changes are bugfixes, including checking
of unavailable POP3 servers, messages with long To: fields, and random
crashes on sending mail.
2000-05-22 09:04:53 +00:00

20 lines
455 B
Makefile

# $NetBSD: Makefile,v 1.3 2000/05/22 09:04:53 rh Exp $
#
DISTNAME= balsa-0.8.0
CATEGORIES= mail gnome
MASTER_SITES= ftp://ftp.newton.cx/pub/balsa/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
DEPENDS+= pth-*:../../devel/pth
DEPENDS+= libproplist-*:../../devel/libproplist
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= yes
USE_X11BASE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"