edd 3bc18c7732 Update security/gpgme to 1.9.0 and deal with fallout across the tree.
Fallout stems from the removal of the gpgme-pthread shared object.

Initial diff by me, refreshed diff from jca@.

Tested in a bulk by ajacoutot@.

OK jca@, ajacoutot@. Thanks.
2017-12-02 12:44:33 +00:00

37 lines
747 B
Makefile

# $OpenBSD: Makefile,v 1.58 2017/12/02 12:44:33 edd Exp $
PORTROACH= limit:^2\.6
COMMENT= MIME messages creation and parsing library
GNOME_PROJECT= gmime
GNOME_VERSION= 2.6.23
REVISION= 1
SHARED_LIBS += gmime-2.6 0.2 # 623.0
CATEGORIES= mail devel
HOMEPAGE= http://spruce.sourceforge.net/gmime/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += assuan ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
WANTLIB += gpg-error gpgme gthread-2.0 iconv intl pcre
WANTLIB += pthread z
MODULES= x11/gnome
MODGNOME_TOOLS= gobject-introspection vala
LIB_DEPENDS= devel/glib2 \
security/gpgme
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-mono
.include <bsd.port.mk>