cb47d1d9ff
maintaining GUI (graphical user interface) applications. Qt is written in C++ and is fully object-oriented. It has everything you need to create professional GUI applications. And it enables you to create them quickly. Qt is a multi-platform toolkit. When developing software with Qt, you can run it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98. Simply recompile your source code on the platform you want. Qt cuts down the complexity in implementing large and complex systems. Its ingenious signal-slot technology enables true component programming.
23 lines
546 B
Makefile
23 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/02/20 12:07:12 adam Exp $
|
|
|
|
DISTNAME= qt4-${QTVERSION}
|
|
CATEGORIES= x11
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
COMMENT= "meta-package" for the QT GUI C++ toolkit
|
|
|
|
.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
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|