diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-10 04:04:35 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-10 04:04:35 +0800 |
commit | 50319b023e7e1899b7e59b3f3bd07c8d09a2cde8 (patch) | |
tree | d01065459d5f86908fb7db0f387b70ee50dc54ad /databases/qt-ibase-plugin/Makefile | |
parent | a63ea8444b41834e0ec43b41b103d2e8b9c4fed3 (diff) | |
download | freebsd-ports-gnome-50319b023e7e1899b7e59b3f3bd07c8d09a2cde8.tar.gz freebsd-ports-gnome-50319b023e7e1899b7e59b3f3bd07c8d09a2cde8.tar.zst freebsd-ports-gnome-50319b023e7e1899b7e59b3f3bd07c8d09a2cde8.zip |
Add qt-ibase-plugin, a QT database plugin for ibase/firebird.
PR: ports/61655
Submitted by: Nigel Weeks <nigel@e-easy.com.au>
Diffstat (limited to 'databases/qt-ibase-plugin/Makefile')
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile new file mode 100644 index 000000000000..489ab5ceef9c --- /dev/null +++ b/databases/qt-ibase-plugin/Makefile @@ -0,0 +1,18 @@ +# -*-mode: makefile-*- +# New ports collection makefile for: qt-ibase-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 IBase/Firebird-Databases + +LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird + +DB= ibase + +DESCR= ${PORTSDIR}/databases/qt-ibase-plugin/pkg-descr + +.include "../qt-mysql-plugin/Makefile.dbplugin" |