12 lines
241 B
Makefile
12 lines
241 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Qt InterBase/Firebird database plugin
|
|
DB= ibase
|
|
USES= firebird
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|