# New ports collection makefile for:	qt4
# Date created:		2007-01-25
# Whom:			Michael Nottebrock <lofi@kiste>
#
# $FreeBSD: ports/devel/qt4/Makefile,v 1.22 2010/02/05 11:36:10 dinoex Exp $
#

PORTNAME=	qt4
PORTVERSION=	${QT4_VERSION}
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	# empty
DISTFILES=	# none
EXTRACT_ONLY=	# empty

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Multiplatform C++ application framework (metaport)

OPTIONS=	CODECS "Enable support for CN, JP, KR, TW" off \
		PHONON "Phonon support" off \
		QTCONFIG "Qt configuration (depends on PHONON)" off \
		SQL_PLUGINS "Database connectivity plugins for QtSql" off \
		TOOLS "Install Qt tools (qmake, moc, etc.)" off \
		DEMO "Install demonstration and example programs" off

USE_QT_VER=	4
QT_COMPONENTS=	accessible assistant assistant-adp assistantclient \
		clucene corelib dbus designer doc help gui iconengines \
		imageformats inputmethods multimedia network opengl \
		qdbusviewer qt3support qtestlib qvfb script scripttools \
		sql svg webkit xml xmlpatterns xmlpatterns-tool

NO_BUILD=	yes

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_NLS)
QT_COMPONENTS+=	l10n
.endif

.if defined(WITH_TOOLS)
QT_COMPONENTS+=	help-tools linguist makeqpf moc pixeltool \
		porting qmake rcc uic uic3 qdoc3
.endif

.if defined(WITH_QTCONFIG)
QT_COMPONENTS+=	qtconfig
.endif

.if defined(WITH_PHONON)
QT_COMPONENTS+=	phonon phonon-gst
.endif

.if defined(WITH_CODECS)
QT_COMPONENTS+=	codecs-cn codecs-jp codecs-kr codecs-tw
.endif

.if defined(WITH_SQL_PLUGINS)
QT_COMPONENTS+=	sql-mysql sql-odbc sql-pgsql sql-sqlite2 sql-sqlite3
.endif

.if defined(WITH_DEMO)
QT_COMPONENTS+=	demo
.endif

do-patch:	#empty
	${DO_NADA}

do-install:	#empty
	${DO_NADA}

.include <bsd.port.post.mk>
