mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
c6c5591bd1
Convert to OptionsNG. pet portlint, remove obsolete OSVERSION check Tweak comment in slaves if needed, add a ldap backend. PR: ports/161676 (based on update to 4.2.9) Submitted by: Zhihao Yuan <lichray@gmail.com>
20 lines
492 B
Makefile
20 lines
492 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/databases/libgda4-ldap/Makefile,v 1.3 2011/10/15 15:18:35 kwm Exp $
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases gnome
|
|
PKGNAMESUFFIX= 4-ldap
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Provides ldap access for the libgda4 library
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgda4
|
|
BUILD_WRKSRC= ${WRKSRC}/providers/ldap/
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIBGDA4_SLAVE= ldap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|