- Upgrade all linux-c6- to CentOS 6.7 - Cleanups PR: 205846 Submitted by: xmj In Collaboration with: allanjude, netchild, xmj Exp-run: antoine Sponsored by: Perceivon Hosting Inc. Differential Revision: D3428 We'd like to thanks for all the feedback and comments.
33 lines
885 B
Makefile
33 lines
885 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openldap
|
|
PORTVERSION= 2.4.40
|
|
CATEGORIES= net linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Lightweight Directory Access Protocol libraries (Linux CentOS ${LINUX_DIST_VER})
|
|
|
|
CONFLICTS= linux-f10-openldap-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= c6
|
|
#USE_LINUX_APPS= openssl
|
|
RPMVERSION= 7.el6_7
|
|
USE_LINUX_RPM= yes
|
|
USE_LDCONFIG= yes
|
|
DESCR= ${.CURDIR}/../openldap24-server/pkg-descr
|
|
|
|
DOCSDIR= usr/share/doc/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= ANNOUNCEMENT CHANGES COPYRIGHT LICENSE README
|
|
|
|
# do not install any openldap configuration directories/files
|
|
post-extract:
|
|
${RM} -rf ${WRKSRC}/etc
|
|
|
|
# use a native openldap configuration directories/files
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc
|
|
${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap
|
|
|
|
.include <bsd.port.mk>
|