e375589684
2008-09-14 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.2.23 2008-09-13 Jeffrey Stedfast <fejj@novell.com> * docs/reference/gmime-sections.txt: Updated. * gmime/gmime-parser.c (nearest_pow): New faster method for calculating nearest power of 2, rather than an expensive while-loop. (g_mime_parser_get_headers_begin): New function backported from 2.3.x (g_mime_parser_get_headers_end): Same. 2008-08-07 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-message-part.c (g_mime_message_part_get_message): Only ref the message if it is non-NULL. Thanks to Peter Bloomfield for this fix.
29 lines
730 B
Makefile
29 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.22 2008/10/24 21:08:01 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gmime-2.2.23
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.2/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spruce.sourceforge.net/gmime/
|
|
COMMENT= Library for the creation and parsing of MIME messages
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= gmime24-[0-9]*
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --disable-mono
|
|
PKGCONFIG_OVERRIDE+= gmime-2.0.pc.in
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|