1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/databases/libgda5-mdb/Makefile
Koop Mast d129587b5d The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
2015-08-05 19:13:24 +00:00

25 lines
625 B
Makefile

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 0
CATEGORIES= databases gnome
PKGNAMESUFFIX= 5-mdb
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides mdb backend for the libgda5 library
MASTERDIR= ${.CURDIR}/../libgda5
BUILD_WRKSRC= ${WRKSRC}/providers/mdb/
INSTALL_WRKSRC= ${BUILD_WRKSRC}
PLIST= ${.CURDIR}/pkg-plist
LIBGDA5_SLAVE= mdb
post-extract:
@${REINPLACE_CMD} -e 's|MDB_SDATETIME|MDB_DATETIME|g' \
${WRKSRC}/providers/mdb/gda-mdb-provider.c \
${WRKSRC}/providers/mdb/libmdb-src/include/mdbtools.h \
${WRKSRC}/providers/mdb/libmdb-src/data.c
.include "${MASTERDIR}/Makefile"