aboutsummaryrefslogtreecommitdiffstats
path: root/security/pinentry/Makefile
blob: e445233b1478938c7a9f57b650cb919d6dc071d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# New ports collection makefile for:    pinentry
# Date created:     29 Jan 2003
# Whom:         michaelnottebrock@gmx.net
#
# $FreeBSD$
#

PORTNAME=   pinentry
PORTVERSION=    0.6.8
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG} \
        http://tigress.com/lofi/:lofi
MASTER_SITE_SUBDIR= alpha/aegypten
DISTFILES=  ${PORTNAME}-${PORTVERSION}.tar.gz \
        common.tar.gz:lofi\
        jnlib.tar.gz:lofi

MAINTAINER= michaelnottebrock@gmx.net

BUILD_DEPENDS=  autoconf:${PORTSDIR}/devel/autoconf \
        automake:${PORTSDIR}/devel/automake
LIB_DEPENDS=    gcrypt.6:${PORTSDIR}/security/libgcrypt \
        gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
        ksba.7:${PORTSDIR}/security/libksba

WANT_GTK=   yes
USE_LIBTOOL=    yes
USE_GMAKE=  yes
INSTALLS_SHLIB= yes
USE_REINPLACE=  yes
CFLAGS+=    -I${LOCALBASE}/include -L${LOCALBASE}/lib
LDFLAGS+=   -L${LOCALBASE}/lib
CPPFLAGS+=  -I${LOCALBASE}/include
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS+=--with-included-gettext=no

.include <bsd.port.pre.mk>

.if defined(WITH_QT)
#USE_QT_VER=    3
BROKEN= The QT pinentry-helper is currently non-functional
.else
CONFIGURE_ARGS+=--disable-pinentry-qt
.endif

.if defined(HAVE_GTK)
USE_GTK=    yes
.endif

post-extract:
    ${MV} ${WRKDIR}/common ${WRKSRC}
    ${MV} ${WRKDIR}/jnlib ${WRKSRC}

pre-configure:
    ${REINPLACE_CMD} -e "s@-lpthread@${PTHREAD_LIBS}@g" \
        ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
    cd ${WRKSRC}; ./autogen.sh

.include <bsd.port.post.mk>