You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.2 KiB
47 lines
1.2 KiB
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD: head/security/pinentry/Makefile 517058 2019-11-08 13:17:00Z tobik $
|
|
#
|
|
# TDE port map: dependencies/pinentry-tqt > security/pinentry-tqt
|
|
|
|
PORTNAME= pinentry
|
|
PORTVERSION= 1.2.1
|
|
PORTREVISION?= 0
|
|
CATEGORIES= security
|
|
MASTER_SITES= GNUPG/pinentry
|
|
|
|
MAINTAINER= jhale@FreeBSD.org
|
|
COMMENT= TQt version of the GnuPG password dialog
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:bzip2
|
|
|
|
PINENTRY_GUI= tqt
|
|
|
|
PKGNAMESUFFIX= -${PINENTRY_GUI}
|
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
|
libgpg-error.so:security/libgpg-error
|
|
|
|
USES+= iconv localbase ncurses pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-pinentry-emacs
|
|
LDFLAGS+= -Wl,--as-needed
|
|
|
|
|
|
LIB_DEPENDS= libtqt.so:x11-toolkits/libtqtinterface
|
|
PLIST_FILES= bin/pinentry-tqt
|
|
CONFIGURE_ARGS+=--enable-pinentry-tqt --disable-libsecret
|
|
CONFIGURE_ARGS+=--disable-pinentry-qt --disable-pinentry-qt5
|
|
CONFIGURE_ARGS+=--disable-pinentry-gnome3
|
|
CONFIGURE_ARGS+=--disable-pinentry-gtk2
|
|
CONFIGURE_ARGS+=--disable-pinentry-fltk
|
|
CONFIGURE_ARGS+=--disable-pinentry-curses
|
|
CONFIGURE_ARGS+=--disable-pinentry-tty
|
|
|
|
post-install:
|
|
${RM} ${STAGEDIR}${PREFIX}/bin/pinentry \
|
|
${STAGEDIR}${PREFIX}/share/info/pinentry.info
|
|
|
|
.include <bsd.port.mk>
|