2010-01-30 Jeffrey Stedfast <fejj@novell.com> * README: Bumped version * configure.in: Bumped version to 2.2.25 * configure.in: Disabled strict-aliasing to work around subtle bugs generated by gcc 4.4 when optimizations are enabled.
30 lines
744 B
Makefile
30 lines
744 B
Makefile
# $NetBSD: Makefile,v 1.24 2010/02/05 12:41:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gmime-2.2.25
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gmime/2.2/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://spruce.sourceforge.net/gmime/
|
|
COMMENT= Library for the creation and parsing of MIME messages
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
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"
|