diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:06:55 +0800 |
commit | 14f543713645c3fcadbf41408d8d2587a8a459e4 (patch) | |
tree | 433fdb064403d4501781eea3d784ef968ef1eb0e /databases/libgda3-ldap/Makefile | |
parent | 2c1b69a7ec9041cc59ee504f4d98d1385cfa0a6c (diff) | |
download | marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.gz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.bz2 marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.lz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.xz marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.tar.zst marcuscom-ports-14f543713645c3fcadbf41408d8d2587a8a459e4.zip |
Update to 3.0.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10348 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgda3-ldap/Makefile')
-rw-r--r-- | databases/libgda3-ldap/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/libgda3-ldap/Makefile b/databases/libgda3-ldap/Makefile new file mode 100644 index 000000000..4e93e1187 --- /dev/null +++ b/databases/libgda3-ldap/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: libgda2 +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTREVISION?= 0 +CATEGORIES= databases gnome +PKGNAMESUFFIX?= -ldap + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Provides ldap backend for the libgda3 library + +MASTERDIR= ${.CURDIR}/../libgda3 +BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ +INSTALL_WRKSRC= ${BUILD_WRKSRC} +PLIST= ${.CURDIR}/pkg-plist + +LIBGDA3_SLAVE= ldap + +USE_GNOME+= libgda3 + +.include "${MASTERDIR}/Makefile" |