forked from Lainports/freebsd-ports
18 lines
494 B
Makefile
18 lines
494 B
Makefile
# -*-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"
|