1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/databases/libgda4-bdb/Makefile
2012-06-01 05:26:28 +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"