c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
31 lines
802 B
Makefile
31 lines
802 B
Makefile
# $NetBSD: Makefile,v 1.4 2004/10/03 00:12:53 tv Exp $
|
|
#
|
|
|
|
DISTNAME= gmime-2.1.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://spruce.sourceforge.net/gmime/sources/v2.1/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://spruce.sourceforge.net/gmime/
|
|
COMMENT= Library for the creation and parsing of MIME messages
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --enable-gtk-doc=no
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc
|
|
PKGCONFIG_OVERRIDE+= gmime-2.0.pc.in
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(USE_INET6:M[Yy][Ee][Ss])
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
.endif
|
|
BUILD_DEFS+= USE_INET6
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|