pkgsrc/x11/qt4/Makefile

18 lines
442 B
Makefile
Raw Normal View History

# $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"