blob: a8cefb7e76ca3a53d8d840b11e1a74b8c59ac820 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2010/01/29 18:19:09 adam Exp $
DISTNAME= qt4-${QTVERSION}
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"
|