aboutsummaryrefslogtreecommitdiff
path: root/security/dirmngr/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-09-24 09:23:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-09-24 09:23:44 +0000
commit42ce06e77464241721a88c11e3bd83d41fafb918 (patch)
tree06450c63bf4fa1c82f6d32002e2b912e6e0a2faa /security/dirmngr/Makefile
parente7ac4b124b44cab7d4c58d8a8bc351017a980cff (diff)
downloadports-42ce06e77464241721a88c11e3bd83d41fafb918.tar.gz
ports-42ce06e77464241721a88c11e3bd83d41fafb918.zip
Notes
Diffstat (limited to 'security/dirmngr/Makefile')
-rw-r--r--security/dirmngr/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 454f168ebe1f..5fec298a9e4e 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -6,29 +6,29 @@
#
PORTNAME= dirmngr
-PORTVERSION= 1.0.1
-PORTREVISION= 2
+PORTVERSION= 1.0.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= umq@ueo.co.jp
COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.15:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
- iconv:${PORTSDIR}/converters/libiconv \
ksba.17:${PORTSDIR}/security/libksba \
pth:${PORTSDIR}/devel/pth
USE_BZIP2= yes
+USE_ICONV= yes
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INFO= dirmngr
MAN1= dirmngr-client.1 dirmngr.1
+CONFIGURE_ARGS+= --docdir=${DOCSDIR}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.if defined(WITHOUT_NLS)