d6e8d207b7
PR: ports/61655 Submitted by: Nigel Weeks <nigel@e-easy.com.au>
18 lines
498 B
Makefile
18 lines
498 B
Makefile
# -*-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"
|