diff options
author | lofi <lofi@FreeBSD.org> | 2004-01-01 03:29:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-01-01 03:29:54 +0800 |
commit | af15351af94af6473730da648c0a839404c2c3b3 (patch) | |
tree | 5db9518c5a1e03ba06f1fe27aa6f480340690cce /databases/qt-odbc-plugin/Makefile | |
parent | 1e0f81ee5c87dcf2b76b4cc062ca4ba680427e3f (diff) | |
download | freebsd-ports-gnome-af15351af94af6473730da648c0a839404c2c3b3.tar.gz freebsd-ports-gnome-af15351af94af6473730da648c0a839404c2c3b3.tar.zst freebsd-ports-gnome-af15351af94af6473730da648c0a839404c2c3b3.zip |
Add qt-odbc-plugin, a database plugin for the QT toolkit.
Diffstat (limited to 'databases/qt-odbc-plugin/Makefile')
-rw-r--r-- | databases/qt-odbc-plugin/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
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 <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" |