# $MidnightBSD: trunk/security/gpgme/Makefile 18055 2015-03-07 17:15:16Z laffer1 $

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

MAINTAINER=	ports@MidnightBSD.org
COMMENT=	Library to make access to GnuPG easier

LICENSE=	lgpl2.1

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.mport.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:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>
