blob: 9ee0b0d6618eb24a9e24b3ce63c124af7b9a7583 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# -*-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"
|