pkgsrc/mail/balsa/Makefile
jlam c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00

25 lines
652 B
Makefile

# $NetBSD: Makefile,v 1.11 2001/06/11 06:34:40 jlam Exp $
#
DISTNAME= balsa-1.0.0
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.balsa.net/
COMMENT= GNOME EMail client
DEPENDS+= libpspell-*:../../textproc/libpspell
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
CONFIGURE_ARGS+=--disable-more-warnings
CPPFLAGS+= -I${LOCALBASE}/include
.include "../../mk/bsd.pkg.mk"