mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
37f54e0f66
- Convert to USES=libtool and bump dependent ports - Avoid USE_AUTOTOOLS - Don't use PTHREAD_LIBS - Use MAKE_CMD databases/glom: - Drop :keepla - Add INSTALL_TARGET=install-strip databases/libgda4* databases/libgda5*: - Convert to USES=libtool and bump dependent ports - USES=tar:xz - Use INSTALL_TARGET=install-strip - Use @sample databases/libgdamm: - Drop :keepla - USES=tar:bzip2 - Use INSTALL_TARGET=install-strip databases/libgdamm5: - Add INSTALL_TARGET=install-strip - Drop --enable-static (inherited from old repocopy) devel/anjuta x11-toolkits/py-gnome-extras: - Drop :keepla dns/powerdns dns/powerdns-devel: - Convert to USES=libtool - Add INSTALL_TARGET=install-strip - Disable static modules - Stop creating library symlinks with .0 suffix, not needed for dynamically opened modules mail/dovecot2: - Add USES=libtool mail/dovecot2-pigeonhole: - Drop CONFIGURE_TARGET (incorrect for Dragonfly) - Add USES=libtool and INSTALL_TARGET=install-strip math/gnumeric: - USES=libtool tar:xz Approved by: portmgr (implicit, bump unstaged ports)
26 lines
710 B
Makefile
26 lines
710 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/databases/libgda4-mdb/Makefile,v 1.5 2012/03/13 01:34:31 mezz Exp $
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases gnome
|
|
PKGNAMESUFFIX= 4-mdb
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Provides mdb backend for the libgda4 library
|
|
|
|
MASTERDIR= ${.CURDIR}/../libgda4
|
|
BUILD_WRKSRC= ${WRKSRC}/providers/mdb/
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
LIBGDA4_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"
|