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/Makefile | |
parent | Change maintainer address. (diff) |
Use INFO and USE_OPENLDAP macros, change maintainer address.
Approved by: arved (Mentor)
Notes
Notes:
svn path=/head/; revision=87914
Diffstat (limited to 'security/dirmngr/Makefile')
-rw-r--r-- | security/dirmngr/Makefile | 13 |
1 files changed, 3 insertions, 10 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} |