149ba7338a
These ports built successfully
13 lines
270 B
Makefile
13 lines
270 B
Makefile
# Created by: Kay Lehmann <kay_lehmann@web.de>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
|
|
COMMENT= Qt MySQL database plugin
|
|
DB= mysql
|
|
USE_MYSQL= yes
|
|
|
|
CXXFLAGS+= -I${LOCALBASE}/include/mysql
|
|
LDFLAGS+= -L${LOCALBASE}/lib/mysql
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|