diff options
author | adam <adam@pkgsrc.org> | 2006-02-20 12:07:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-20 12:07:12 +0000 |
commit | cb47d1d9ff8f36eae76fcc2e2edadb0b2abb0130 (patch) | |
tree | f28dff672dcea332cc01adff6762ffa1f7f5642e /x11/qt4 | |
parent | 81221eb53d0866347c16c1fc8a4254626ea30e09 (diff) | |
download | pkgsrc-cb47d1d9ff8f36eae76fcc2e2edadb0b2abb0130.tar.gz |
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
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.
Diffstat (limited to 'x11/qt4')
-rw-r--r-- | x11/qt4/DESCR | 8 | ||||
-rw-r--r-- | x11/qt4/Makefile | 23 | ||||
-rw-r--r-- | x11/qt4/Makefile.common | 6 | ||||
-rw-r--r-- | x11/qt4/PLIST | 2 |
4 files changed, 39 insertions, 0 deletions
diff --git a/x11/qt4/DESCR b/x11/qt4/DESCR new file mode 100644 index 00000000000..e8c19ac8038 --- /dev/null +++ b/x11/qt4/DESCR @@ -0,0 +1,8 @@ +Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and +maintaining GUI (graphical user interface) applications. + +This package does not contain anything by itself -- it is a +"meta-package" that depends on other QT packages. Its sole purpose is +to require dependencies so users can install this package only and +have all the QT stuff pulled in by the port/package dependency +mechanism. diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile new file mode 100644 index 00000000000..724b08e5592 --- /dev/null +++ b/x11/qt4/Makefile @@ -0,0 +1,23 @@ +# $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" diff --git a/x11/qt4/Makefile.common b/x11/qt4/Makefile.common new file mode 100644 index 00000000000..5bd72be6490 --- /dev/null +++ b/x11/qt4/Makefile.common @@ -0,0 +1,6 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2006/02/20 12:07:12 adam Exp $ + +QTVERSION= 4.1.0 + +MAINTAINER= adam@NetBSD.org +HOMEPAGE= http://www.trolltech.com/products/qt.html diff --git a/x11/qt4/PLIST b/x11/qt4/PLIST new file mode 100644 index 00000000000..d699f29e418 --- /dev/null +++ b/x11/qt4/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/20 12:07:12 adam Exp $ +@comment This PLIST is intentionally left empty. |