freebsd-ports/databases/libgda4-bdb/Makefile
Pav Lucistnik 5a3ddbf5c1 - Mark BROKEN: does not compile
Reported by:	pointyhat
2010-12-01 22:50:40 +00:00

24 lines
525 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
BROKEN= does not build
.include "${MASTERDIR}/Makefile"