freebsd-ports/security/dirmngr/Makefile

43 lines
998 B
Makefile
Raw Normal View History

# New ports collection makefile for: dirmngr
# Date created: 06 Feb 2003
# Whom: michaelnottebrock@gmx.net
#
# $FreeBSD$
#
PORTNAME= dirmngr
PORTVERSION= 1.0.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= 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.0:${PORTSDIR}/security/libgpg-error \
iconv:${PORTSDIR}/converters/libiconv \
2006-09-13 23:12:05 +02:00
ksba.17:${PORTSDIR}/security/libksba \
2004-12-17 14:41:01 +01:00
pth:${PORTSDIR}/devel/pth
USE_BZIP2= yes
USE_OPENLDAP= yes
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INFO= dirmngr
2006-09-13 23:12:05 +02:00
MAN1= dirmngr-client.1 dirmngr.1
2004-12-17 14:41:01 +01:00
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
2004-08-04 17:56:09 +02:00
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.endif
.include <bsd.port.mk>