summaryrefslogtreecommitdiff
path: root/x11/qt4/Makefile
blob: 5ac1e1b0d62eb74c4546f7e3792e3cad16692ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.5 2010/01/18 09:59:43 wiz Exp $

DISTNAME=	qt4-${QTVERSION}
PKGREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	# none

COMMENT=	"meta-package" for the QT GUI C++ toolkit

META_PACKAGE=	yes

.include "Makefile.common"

DEPENDS+=	qt4-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-libs
DEPENDS+=	qt4-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-tools
DEPENDS+=	qt4-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-docs

.include "../../mk/bsd.pkg.mk"