mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add qt-odbc-plugin, a database plugin for the QT toolkit.
This commit is contained in:
parent
590cd2b0df
commit
5bf07460a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97010
@ -200,6 +200,7 @@
|
||||
SUBDIR += pydbdesigner
|
||||
SUBDIR += qdbm
|
||||
SUBDIR += qt-mysql-plugin
|
||||
SUBDIR += qt-odbc-plugin
|
||||
SUBDIR += qt-pgsql-plugin
|
||||
SUBDIR += rdb
|
||||
SUBDIR += rdfdb
|
||||
|
18
databases/qt-odbc-plugin/Makefile
Normal file
18
databases/qt-odbc-plugin/Makefile
Normal file
@ -0,0 +1,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"
|
1
databases/qt-odbc-plugin/distinfo
Normal file
1
databases/qt-odbc-plugin/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a
|
4
databases/qt-odbc-plugin/pkg-descr
Normal file
4
databases/qt-odbc-plugin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The ODBC Plugin from Qt3, which provides an easy access method from
|
||||
within Qt applications.
|
||||
|
||||
WWW: http://www.trolltech.com/products/qt/database.html
|
2
databases/qt-odbc-plugin/pkg-plist
Normal file
2
databases/qt-odbc-plugin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/plugins/sqldrivers/libqsqlodbc.so
|
||||
@dirrm lib/plugins/sqldrivers
|
Loading…
Reference in New Issue
Block a user