summaryrefslogtreecommitdiff
path: root/security/pinentry-gtk2
diff options
context:
space:
mode:
authormef <mef>2014-12-10 02:27:43 +0000
committermef <mef>2014-12-10 02:27:43 +0000
commitde2de6e5ea8c320892b9a442e29c9d3759ecd82c (patch)
treee0c93892aa7f5ba6450220e42ec212f83d8c2dd9 /security/pinentry-gtk2
parent412b84aadd514bd423e8097849f8c9184f156657 (diff)
downloadpkgsrc-de2de6e5ea8c320892b9a442e29c9d3759ecd82c.tar.gz
Convert security/pinentry* to using Makefile.common style.
No any changes on built binary. Proposed at: http://mail-index.netbsd.org/pkgsrc-users/2014/12/08/msg020735.html Thank you.
Diffstat (limited to 'security/pinentry-gtk2')
-rw-r--r--security/pinentry-gtk2/Makefile24
1 files changed, 5 insertions, 19 deletions
diff --git a/security/pinentry-gtk2/Makefile b/security/pinentry-gtk2/Makefile
index 284940761e2..43cd33db001 100644
--- a/security/pinentry-gtk2/Makefile
+++ b/security/pinentry-gtk2/Makefile
@@ -1,23 +1,13 @@
-# $NetBSD: Makefile,v 1.30 2014/05/05 00:48:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.31 2014/12/10 02:27:44 mef Exp $
#
-DISTNAME= pinentry-0.8.3
-PKGNAME= pinentry-gtk2-0.8.3
+PKGNAME= ${DISTNAME:S/pinentry-/pinentry-gtk2-/}
PKGREVISION= 4
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/pinentry/
-EXTRACT_SUFX= .tar.bz2
+COMMENT= Applications for entering PINs or Passphrases, gtk2 enabled
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= ftp://ftp.gnupg.org/gcrypt/pinentry/
-COMMENT= Applications for entering PINs or Passphrases
-
-PATCHDIR= ${.CURDIR}/../../security/pinentry/patches
-DISTINFO_FILE= ${.CURDIR}/../../security/pinentry/distinfo
+.include "../../security/pinentry/Makefile.common"
USE_TOOLS+= pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-libiconv-prefix=${BUILDLINK_PREFIX.iconv}
CONFIGURE_ARGS+= --enable-pinentry-gtk2
CONFIGURE_ARGS+= --disable-pinentry-curses
#CONFIGURE_ARGS+= --disable-fallback-curses
@@ -25,15 +15,11 @@ CONFIGURE_ARGS+= --disable-pinentry-gtk
CONFIGURE_ARGS+= --disable-pinentry-qt
CONFIGURE_ARGS+= --disable-pinentry-qt4
-INFO_FILES= yes
-
INSTALL_DIRS= gtk+-2
BUILDLINK_API_DEPENDS.libgpg-error+= libgpg-error>=1.0.0
.include "../../x11/gtk2/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
#.include "../../security/libgpg-error/buildlink3.mk"
#.include "../../security/libksba/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"