freebsd-ports/databases/qt-mysql-plugin/Makefile
Michael Nottebrock 64c4818f8e - Update QT to version 3.2.3.
- 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)
2003-12-13 10:21:14 +00:00

16 lines
335 B
Makefile

# -*-mode: makefile-*-
# New ports collection makefile for: qt-mysql-plugin
# Date created: 20 April 2003
# Whom: Kay Lehmann <kay_lehmann@web.de>
#
# $FreeBSD$
#
MAINTAINER= kay_lehmann@web.de
COMMENT= A plugin for QT to connect to MySQL-Databases
USE_MYSQL= yes
DB?= mysql
.include "../qt-mysql-plugin/Makefile.dbplugin"