diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-28 16:41:11 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2003-08-28 16:41:11 +0000 |
commit | 2b95d154e3b52ade8aeaca4cf8ce8b8c14ec3f0e (patch) | |
tree | 6e9859bbced931ecfc5bcb963024c05315d01e30 /security/dirmngr | |
parent | d07d95ce5b5df033b7ca2a07d6c8cbab4781723d (diff) | |
download | ports-2b95d154e3b52ade8aeaca4cf8ce8b8c14ec3f0e.tar.gz ports-2b95d154e3b52ade8aeaca4cf8ce8b8c14ec3f0e.zip |
Notes
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 13 | ||||
-rw-r--r-- | security/dirmngr/pkg-plist | 3 |
2 files changed, 3 insertions, 13 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 1bc9b0163056..2b40e95e60f3 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -15,13 +15,14 @@ MASTER_SITE_SUBDIR= alpha/aegypten DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ common.tar.gz:lofi -MAINTAINER= michaelnottebrock@gmx.net +MAINTAINER= lofi@freebsd.org COMMENT= A client for managing and downloading certificate revocation lists LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2 \ gcrypt.6:${PORTSDIR}/security/libgcrypt \ ksba.7:${PORTSDIR}/security/libksba +USE_OPENLDAP= yes USE_GETOPT_LONG=yes USE_AUTOMAKE_VER= 15 USE_LIBTOOL= yes @@ -33,18 +34,10 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" CONFIGURE_ARGS+=--with-included-gettext=no +INFO= dirmngr .include <bsd.port.pre.mk> -# We need OpenLDAP. Default on openldap20 but let people build with -# OpenLDAP 2.1.* if they want. - -.if defined(WITH_LDAP21) -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client -.else -LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client -.endif - post-extract: ${MV} ${WRKDIR}/common ${WRKSRC} diff --git a/security/dirmngr/pkg-plist b/security/dirmngr/pkg-plist index d04654b7495b..f349946ebddd 100644 --- a/security/dirmngr/pkg-plist +++ b/security/dirmngr/pkg-plist @@ -1,4 +1 @@ bin/dirmngr -@unexec install-info --delete %D/info/dirmngr.info %D/info/dir -info/dirmngr.info -@exec install-info %D/info/dirmngr.info %D/info/dir |