diff --git a/databases/Makefile b/databases/Makefile index ced37759892b..b638a34930cd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -200,6 +200,7 @@ SUBDIR += pydbdesigner SUBDIR += qdbm SUBDIR += qt-mysql-plugin + SUBDIR += qt-odbc-plugin SUBDIR += qt-pgsql-plugin SUBDIR += rdb SUBDIR += rdfdb diff --git a/databases/qt-odbc-plugin/Makefile b/databases/qt-odbc-plugin/Makefile new file mode 100644 index 000000000000..9ee0b0d6618e --- /dev/null +++ b/databases/qt-odbc-plugin/Makefile @@ -0,0 +1,18 @@ +# -*-mode: makefile-*- +# New ports collection makefile for: qt-odbc-plugin +# Date created: 31 December 2003 +# Whom: Michael Nottebrock +# +# $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" diff --git a/databases/qt-odbc-plugin/distinfo b/databases/qt-odbc-plugin/distinfo new file mode 100644 index 000000000000..e2cdecd987cc --- /dev/null +++ b/databases/qt-odbc-plugin/distinfo @@ -0,0 +1 @@ +MD5 (KDE/qt-x11-free-3.2.1.tar.bz2) = 9ae022ffe7603ec34aba150f6cca257a diff --git a/databases/qt-odbc-plugin/pkg-descr b/databases/qt-odbc-plugin/pkg-descr new file mode 100644 index 000000000000..7e441b58e421 --- /dev/null +++ b/databases/qt-odbc-plugin/pkg-descr @@ -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 diff --git a/databases/qt-odbc-plugin/pkg-plist b/databases/qt-odbc-plugin/pkg-plist new file mode 100644 index 000000000000..3be6c0cb66f8 --- /dev/null +++ b/databases/qt-odbc-plugin/pkg-plist @@ -0,0 +1,2 @@ +lib/plugins/sqldrivers/libqsqlodbc.so +@dirrm lib/plugins/sqldrivers