forked from Lainports/freebsd-ports
18 lines
461 B
Makefile
18 lines
461 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: qt-odbc-plugin
|
|
# Date created: 31 December 2003
|
|
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= kde@freebsd.org
|
|
COMMENT= A plugin for QT to connect to ODBC-compatible databases
|
|
|
|
LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
|
|
|
|
DB= odbc
|
|
|
|
DESCR= ${PORTSDIR}/databases/qt-odbc-plugin/pkg-descr
|
|
|
|
.include "../qt-mysql-plugin/Makefile.dbplugin"
|