2003-04-30 19:00:36 +02:00
|
|
|
# New ports collection makefile for: dirmngr
|
|
|
|
# Date created: 06 Feb 2003
|
|
|
|
# Whom: michaelnottebrock@gmx.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dirmngr
|
2007-12-24 20:53:16 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2003-04-30 19:00:36 +02:00
|
|
|
CATEGORIES= security
|
2004-05-03 21:22:04 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
2007-12-24 20:53:16 +01:00
|
|
|
MASTER_SITE_SUBDIR= dirmngr
|
2003-04-30 19:00:36 +02:00
|
|
|
|
2003-08-28 18:41:11 +02:00
|
|
|
MAINTAINER= lofi@freebsd.org
|
2003-04-30 19:00:36 +02:00
|
|
|
COMMENT= A client for managing and downloading certificate revocation lists
|
|
|
|
|
2004-05-03 21:22:04 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
|
2005-01-11 15:53:12 +01:00
|
|
|
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
|
2007-03-08 15:12:08 +01:00
|
|
|
gpg-error.0:${PORTSDIR}/security/libgpg-error \
|
2008-01-02 20:40:38 +01:00
|
|
|
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
|
2003-04-30 19:00:36 +02:00
|
|
|
|
2005-04-21 21:22:56 +02:00
|
|
|
USE_BZIP2= yes
|
2003-08-28 18:41:11 +02:00
|
|
|
USE_OPENLDAP= yes
|
2003-07-14 04:53:03 +02:00
|
|
|
USE_GETOPT_LONG=yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-04-30 19:00:36 +02:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 18:41:11 +02:00
|
|
|
INFO= dirmngr
|
2006-09-13 23:12:05 +02:00
|
|
|
MAN1= dirmngr-client.1 dirmngr.1
|
2003-04-30 19:00:36 +02:00
|
|
|
|
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
|
|
|
|
|
2004-05-03 21:22:04 +02:00
|
|
|
.include <bsd.port.mk>
|