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-docs | |
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-docs')
-rw-r--r-- | x11/qt4-docs/DESCR | 5 | ||||
-rw-r--r-- | x11/qt4-docs/Makefile | 17 | ||||
-rw-r--r-- | x11/qt4-docs/PLIST | 4 |
3 files changed, 26 insertions, 0 deletions
diff --git a/x11/qt4-docs/DESCR b/x11/qt4-docs/DESCR new file mode 100644 index 00000000000..84fe98c50da --- /dev/null +++ b/x11/qt4-docs/DESCR @@ -0,0 +1,5 @@ +Documentation for the Qt(TM) C++ GUI software toolkit. + +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. diff --git a/x11/qt4-docs/Makefile b/x11/qt4-docs/Makefile new file mode 100644 index 00000000000..06413ed1034 --- /dev/null +++ b/x11/qt4-docs/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/20 12:09:27 adam Exp $ + +.include "../../x11/qt4-libs/Makefile.common" + +PKGNAME= qt4-docs-${QTVERSION} +COMMENT= Documentation for the QT C++ X GUI toolkit + +NO_CONFIGURE= yes +NO_BUILD= yes +PLIST_SRC= ${WRKDIR}/PLIST ${PKGDIR}/PLIST + +do-install: + ${CP} -R ${WRKSRC}/doc ${QTPREFIX} + cd ${PREFIX}; ${FIND} qt4/doc -type f -print > ${WRKDIR}/PLIST + +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/qt4-docs/PLIST b/x11/qt4-docs/PLIST new file mode 100644 index 00000000000..b4dbe7fb78f --- /dev/null +++ b/x11/qt4-docs/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/20 12:09:27 adam Exp $ +@dirrm qt4/doc/html/images +@dirrm qt4/doc/html +@dirrm qt4/doc |