aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg-devel/Makefile
blob: a7541934f21fe5689e97ed1b38ac2eebdd567ccc (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
# New ports collection makefile for:    newpg
# Date created:     29 Jan 2003
# Whom:         michaelnottebrock@gmx.net
#
# $FreeBSD$
#

PORTNAME=   gnupg
PORTVERSION=    1.9.3
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/gnupg
PKGNAMESUFFIX=  -devel

MAINTAINER= lofi@freebsd.org
COMMENT=    Prerelease package of GnuPG extensions for GnuPG 2.0

BUILD_DEPENDS=  ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS=    gcrypt.12:${PORTSDIR}/security/libgcrypt \
        ksba.11:${PORTSDIR}/security/libksba \
        pth.20:${PORTSDIR}/devel/pth
RUN_DEPENDS=    gpg:${PORTSDIR}/security/gnupg \
        dirmngr:${PORTSDIR}/security/dirmngr

GNU_CONFIGURE=  yes
CONFIGURE_TARGET=# empty
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_ICONV=  yes
INSTALLS_SHLIB= yes
USE_REINPLACE=  yes
INFO=       gnupg

.include <bsd.port.pre.mk>

.if exists(${LOCALBASE}/bin/opensc-config)
WITH_OPENSC=    yes
.endif

.if defined(WITH_OPENSC)
BUILD_DEPENDS+= opensc-config:${PORTSDIR}/security/opensc
PLIST_SUB+= WITH_OPENSC=""
.else
CONFIGURE_ARGS+=    --disable-scdaemon
PLIST_SUB+= WITH_OPENSC="@comment "
.endif

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

post-install:
    ${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>