forked from Lainports/freebsd-ports
- s/USE_MESA/USE_GL - Get rid of the nvidia-driver warning - Unhook database-plugin ports from the main port. - Use and depend on devel/qmake. Thanks to Mikhail Teterin <mi+kde@aldan.algebra.com> for ideas and code for the dependency on the qmake-port and the database- plugins. Approved by: Maintainer (for qt-mysql-plugins)
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: qt-pgsql-plugin
|
|
# Date created: 5 August 2003
|
|
# Whom: Lauri Watts <lauri@kde.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= kde@freebsd.org
|
|
COMMENT= A plugin for QT to connect to PostgreSQL-Databases
|
|
|
|
LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql7
|
|
|
|
DB= psql
|
|
|
|
DESCR= ${PORTSDIR}/databases/qt-pgsql-plugin/pkg-descr
|
|
|
|
.include "../qt-mysql-plugin/Makefile.dbplugin"
|