# New ports collection makefile for:	mysqltutor
# Version required:	1.2b2
# Date created:		09 Jan 1999
# Whom:			Scott Barron <sbarron@abalonesoft.com>
#
# $FreeBSD: ports/databases/mysqltutor/Makefile,v 1.5 1999/08/25 05:21:22 obrien Exp $
#

DISTNAME=	mysqltutor-1.2b2
CATEGORIES=	databases
MASTER_SITES=	ftp://ftp.abalonesoft.com/pub/sbarron/mysqltutor/

MAINTAINER=	sbarron@abalonesoft.com

LIB_DEPENDS=	mysqlclient.6:${PORTSDIR}/databases/mysql322-client

BROKEN=		linker problems

USE_QT=		yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-qt-include=${X11BASE}/include/X11/qt \
		--with-qt-lib=${X11BASE}/lib \
		--with-mysql-include=${PREFIX}/include/mysql \
		--with-mysql-lib=${PREFIX}/lib/mysql
CONFIGURE_ENV=	CXXFLAGS="${CFLAGS}"
NO_STAGE=	yes

.include <bsd.port.mk>