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

PORTNAME=   dirmngr
PORTVERSION=    1.1.0
PORTREVISION=   10
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=    libassuan.so:${PORTSDIR}/security/libassuan \
        libgcrypt.so:${PORTSDIR}/security/libgcrypt \
        libgpg-error.so:${PORTSDIR}/security/libgpg-error \
        libksba.so:${PORTSDIR}/security/libksba \
        libpth.so:${PORTSDIR}/devel/pth

USES=       gmake iconv
USE_BZIP2=  yes
USE_OPENLDAP=   yes
GNU_CONFIGURE=  yes
INFO=       dirmngr

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

OPTIONS_DEFINE= NLS
OPTIONS_SUB=    yes

NLS_CONFIGURE_ENABLE=   nls
NLS_USES=   gettext

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

.include <bsd.port.mk>