mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add qt-sqlite-plugin, a QT database plugin for SQLite.
This commit is contained in:
parent
d6e8d207b7
commit
e87edc58b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103460
@ -227,6 +227,7 @@
|
||||
SUBDIR += qt-mysql-plugin
|
||||
SUBDIR += qt-odbc-plugin
|
||||
SUBDIR += qt-pgsql-plugin
|
||||
SUBDIR += qt-sqlite-plugin
|
||||
SUBDIR += rdb
|
||||
SUBDIR += rdfdb
|
||||
SUBDIR += ruby-bdb
|
||||
|
18
databases/qt-sqlite-plugin/Makefile
Normal file
18
databases/qt-sqlite-plugin/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# -*-mode: makefile-*-
|
||||
# New ports collection makefile for: qt-sqlite-plugin
|
||||
# Date created: 27 February 2004
|
||||
# Whom: Michael Nottebrock <lofi@freebsd.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
MAINTAINER= kde@freebsd.org
|
||||
COMMENT= A plugin for QT to connect to SQLite-Databases
|
||||
|
||||
LIB_DEPENDS+= sqlite:${PORTSDIR}/databases/sqlite
|
||||
|
||||
DB= sqlite
|
||||
|
||||
DESCR= ${PORTSDIR}/databases/qt-sqlite-plugin/pkg-descr
|
||||
|
||||
.include "../qt-mysql-plugin/Makefile.dbplugin"
|
4
databases/qt-sqlite-plugin/pkg-descr
Normal file
4
databases/qt-sqlite-plugin/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The SQLite 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-sqlite-plugin/pkg-plist
Normal file
2
databases/qt-sqlite-plugin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
lib/plugins/sqldrivers/libqsqlsqlite.so
|
||||
@dirrm lib/plugins/sqldrivers
|
Loading…
Reference in New Issue
Block a user