forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
19 lines
492 B
Makefile
19 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= 1
|
|
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"
|