summaryrefslogtreecommitdiff
path: root/mail/gmime/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gmime/Makefile')
-rw-r--r--mail/gmime/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/gmime/Makefile b/mail/gmime/Makefile
new file mode 100644
index 00000000000..494ec3b0df0
--- /dev/null
+++ b/mail/gmime/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/08 13:39:29 recht Exp $
+#
+
+DISTNAME= gmime-2.1.3
+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/html
+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"