# Created by: teramoto@comm.eng.osaka-u.ac.jp
# $FreeBSD: tags/RELEASE_10_3_0/security/gpgme/Makefile 403250 2015-12-08 03:36:10Z jhale $

PORTNAME=	gpgme
PORTVERSION=	1.6.0
CATEGORIES=	security
MASTER_SITES=	GNUPG/gpgme

MAINTAINER=	jhale@FreeBSD.org
COMMENT=	Library to make access to GnuPG easier

LICENSE=	LGPL21

LIB_DEPENDS=	libassuan.so:${PORTSDIR}/security/libassuan \
		libgpg-error.so:${PORTSDIR}/security/libgpg-error

GNU_CONFIGURE=	yes
USES=		cpe gmake libtool tar:bzip2
USE_LDCONFIG=	yes

CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gpgme
INSTALL_TARGET=	install-strip

CPE_VENDOR=	gnu

INFO=		gpgme
PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README THANKS TODO

OPTIONS_DEFINE=		DOCS UISERVER
OPTIONS_SINGLE=		GNUPG
OPTIONS_SINGLE_GNUPG=	GNUPG1 GNUPG2
OPTIONS_DEFAULT=	GNUPG2 UISERVER

GNUPG1_DESC=		Build gpgme library for GnuPG 1.x
GNUPG1_BUILD_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1
GNUPG1_RUN_DEPENDS=	gpgv:${PORTSDIR}/security/gnupg1

GNUPG2_DESC=		Build gpgme library for GnuPG 2.x
GNUPG2_BUILD_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg
GNUPG2_RUN_DEPENDS=	gpg2:${PORTSDIR}/security/gnupg

UISERVER_DESC=			GnuPG UI server support
UISERVER_CONFIGURE_ENABLE=	fd-passing

.include <bsd.port.options.mk>

.if !exists(${LOCALBASE}/bin/gpgsm)
CONFIGURE_ARGS+=	--disable-gpgsm-test
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|^clfilesdir.*|clfilesdir=$$\(libdir\)/common-lisp/gpgme|g' \
					${WRKSRC}/lang/cl/Makefile.in

post-install:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>
