pkgsrc/security/pinentry/Makefile
drochner e11490c7a7 update to 0.8.0
changes:
-Beautified the qt4 pinentry
-Minor enhancements

Thanks to Sverre Froyen for testing the qt4 version and finding
a patch which makes the dialog stay on top.
2010-08-11 13:28:08 +00:00

33 lines
886 B
Makefile

# $NetBSD: Makefile,v 1.26 2010/08/11 13:28:08 drochner Exp $
#
DISTNAME= pinentry-0.8.0
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/
COMMENT= Applications for entering PINs or Passphrases
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
INFO_FILES= yes
.include "options.mk"
.if defined(PINENTRY_DEFAULT)
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${LN} -sf pinentry-${PINENTRY_DEFAULT} pinentry
.endif
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../converters/libiconv/buildlink3.mk"
.include "../../security/libgpg-error/buildlink3.mk"
.include "../../security/libksba/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"