1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/libgda4-bdb/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

23 lines
500 B
Makefile

# New ports collection makefile for: libgda4-bdb
# Date created: 28 February 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION?= 1
CATEGORIES= databases gnome
PKGNAMESUFFIX?= -bdb
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides Berkeley DB backend for the libgda4 library
MASTERDIR= ${.CURDIR}/../libgda4
BUILD_WRKSRC= ${WRKSRC}/providers/bdb/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA4_SLAVE= bdb
.include "${MASTERDIR}/Makefile"