aboutsummaryrefslogtreecommitdiffstats
path: root/security/dirmngr/Makefile
blob: 64aafe33b3cafa71cb3142b9af414decce8e3f9c (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
# New ports collection makefile for:    dirmngr
# Date created:     06 Feb 2003
# Whom:         michaelnottebrock@gmx.net
#
# $FreeBSD$
#

PORTNAME=   dirmngr
PORTVERSION=    0.9.0
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/dirmngr

MAINTAINER= lofi@freebsd.org
COMMENT=    A client for managing and downloading certificate revocation lists

BUILD_DEPENDS=  ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS=    gcrypt.13:${PORTSDIR}/security/libgcrypt \
        gpg-error:${PORTSDIR}/security/libgpg-error \
        ksba.13:${PORTSDIR}/security/libksba \
        pth:${PORTSDIR}/devel/pth

USE_OPENLDAP=   yes
USE_GETOPT_LONG=yes
USE_LIBTOOL_VER=13
USE_GMAKE=  yes
INFO=       dirmngr

CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.endif

.include <bsd.port.mk>