You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-packaging/freebsd/dependencies/tqt3-ibase-plugin/Makefile

46 lines
1.1 KiB

# -*-mode: makefile-*-
# Created by: slavek.banko@axis.cz
# $FreeBSD$
#
.include <../../trinity.port.mk>
PORTNAME= tqt3-${DB}-plugin
COMMENT= TQt3 Firebird/IBase database plugin
TDE_PREVERSION=
MASTER_SITE_SUBDIR= t/tqt-x11-free
DISTNAME= tqt-x11-free_${TDE_VERSION}${TDE_PREVERSION:C/(~(pre|r|s)[0-9]*).*/\1/1}
DISTSRC= tqt3-trinity-${TDE_VERSION}${TDE_PREVERSION}
PORTREVISION= 0
CATEGORIES= databases
DIST_SUBDIR= TDE/dependencies
PREFIX= ${LOCALBASE}
DB= ibase
PLUGIN= plugins/src/sqldrivers/${DB}
DRIVER= src/sql/drivers/${DB}
# For TQt3 is used FreeBSD make
# Remove gmake from USES
USES= ${USES/gmake//}
USES+= firebird
EXTRACT_AFTER_ARGS+= \
${EXTRACT_BASE}${PLUGIN} \
${EXTRACT_BASE}${DRIVER} \
${EXTRACT_BASE}src/sql/drivers/cache
BUILD_DEPENDS+= tqmake:${PORTSDIR}/x11/trinity/dependencies/tqmake
LIB_DEPENDS+= libtqt-mt.so:${PORTSDIR}/x11/trinity/dependencies/tqt3
MAKEFILE= ${FILESDIR}/Makefile.bsd
MAKE_ENV+= DB="${DB}" DRIVER="${DRIVER}" PLUGIN="${PLUGIN}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
PTHREAD_LIBS="${PTHREAD_LIBS}"
PLIST_SUB= DB=${DB}
.include <bsd.port.mk>