aboutsummaryrefslogtreecommitdiffstats
path: root/security/dirmngr/Makefile
blob: 72a7441f033dd56dd1ac8571c8d9400c63b9ccac (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
# Created by: michaelnottebrock@gmx.net
# $FreeBSD$

PORTNAME=   dirmngr
PORTVERSION=    1.1.0
PORTREVISION=   8
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= umq@ueo.co.jp
COMMENT=    Client for managing and downloading certificate revocation lists

LIB_DEPENDS=    assuan.0:${PORTSDIR}/security/libassuan \
        gcrypt.18:${PORTSDIR}/security/libgcrypt \
        gpg-error.0:${PORTSDIR}/security/libgpg-error \
        ksba.19:${PORTSDIR}/security/libksba \
        pth:${PORTSDIR}/devel/pth

USE_BZIP2=  yes
USES=       iconv
USE_OPENLDAP=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
INFO=       dirmngr
MAN1=       dirmngr-client.1 dirmngr.1

CONFIGURE_ARGS+=    --docdir=${DOCSDIR}
LDFLAGS+=   -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USE+=   gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif

verify: checksum
    gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig

.include <bsd.port.mk>