mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
80b6c31429
- Upgrade all things linux-c6- to CentOS 6.6 - Add ports: devel/linux-c6-libsigc++20 graphics/linux-c6-gdk-pixbuf [1] graphics/linux-c6-glx-utils - Add pkg-plists for net/linux-c6-openldap and security/linux-c6-cyrus-sasl2 - Misc. cleanups Differential Revision: https://reviews.freebsd.org/D1108 Submitted by: kmoore [1] Reviewed by: rene (emulation) Approved by: portmgr (swills) Approved by: swills (mentor) Sponsored by: Perceivon Hosting Inc.
34 lines
883 B
Makefile
34 lines
883 B
Makefile
# Created by: Artyom Mirgorodskiy <artyom.mirgorodsky@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= openldap
|
|
PORTVERSION= 2.4.39
|
|
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= 8.el6
|
|
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>
|