1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Use INFO and USE_OPENLDAP macros, change maintainer address.

Approved by:	arved (Mentor)
This commit is contained in:
Michael Nottebrock 2003-08-28 16:41:11 +00:00
parent d07d95ce5b
commit 2b95d154e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87914
2 changed files with 3 additions and 13 deletions

View File

@ -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}

View File

@ -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