diff options
author | skrll <skrll@pkgsrc.org> | 2002-01-07 08:11:32 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-01-07 08:11:32 +0000 |
commit | 7acc8c0e3c36a272b0bddd1694e6ea160d8ecab2 (patch) | |
tree | c6c6490a703eb47b16fd506e5ca0cf7aaf75424f /x11 | |
parent | aa57c2214f7971125b445494ee647a0920c6ad6b (diff) | |
download | pkgsrc-7acc8c0e3c36a272b0bddd1694e6ea160d8ecab2.tar.gz |
Initial import of qt3-3.0.1. The meta pkg for QT3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 26 | ||||
-rw-r--r-- | x11/qt3/Makefile.common | 7 | ||||
-rw-r--r-- | x11/qt3/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/qt3/pkg/PLIST | 2 |
4 files changed, 43 insertions, 0 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile new file mode 100644 index 00000000000..0883d4e71be --- /dev/null +++ b/x11/qt3/Makefile @@ -0,0 +1,26 @@ +# $NetBSD +# + +DISTNAME= qt3-${QTVERSION} +CATEGORIES= x11 +MASTER_SITES= # empty +DISTFILES= # empty + +COMMENT= "meta-package" for the QT GUI C++ toolkit + +.include "./Makefile.common" + +DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools +DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs + +USE_X11BASE= yes +EXTRACT_ONLY= # empty +NO_CHECKSUM= yes +NO_PATCH= yes +NO_CONFIGURE= yes +NO_BUILD= yes + +do-install: # empty + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/qt3/Makefile.common b/x11/qt3/Makefile.common new file mode 100644 index 00000000000..5b23b2ea1ac --- /dev/null +++ b/x11/qt3/Makefile.common @@ -0,0 +1,7 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2002/01/07 08:11:32 skrll Exp $ +# + +QTVERSION= 3.0.1 + +MAINTAINER= skrll@netbsd.org +HOMEPAGE= http://www.trolltech.com/products/qt.html diff --git a/x11/qt3/pkg/DESCR b/x11/qt3/pkg/DESCR new file mode 100644 index 00000000000..d4d47037f3b --- /dev/null +++ b/x11/qt3/pkg/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/qt3/pkg/PLIST b/x11/qt3/pkg/PLIST new file mode 100644 index 00000000000..7192bec15fd --- /dev/null +++ b/x11/qt3/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/07 08:11:32 skrll Exp $ +@comment This PLIST is intentionally left empty. |