summaryrefslogtreecommitdiff
path: root/x11/qt3
diff options
context:
space:
mode:
authorskrll <skrll>2002-01-07 08:11:32 +0000
committerskrll <skrll>2002-01-07 08:11:32 +0000
commit4bb0d8adf15ff25dfda4c3feb9c7b37b10f203ce (patch)
treec6c6490a703eb47b16fd506e5ca0cf7aaf75424f /x11/qt3
parent154e48eb79e656fa9b850088c050ea48325a1d01 (diff)
downloadpkgsrc-4bb0d8adf15ff25dfda4c3feb9c7b37b10f203ce.tar.gz
Initial import of qt3-3.0.1. The meta pkg for QT3.
Diffstat (limited to 'x11/qt3')
-rw-r--r--x11/qt3/Makefile26
-rw-r--r--x11/qt3/Makefile.common7
-rw-r--r--x11/qt3/pkg/DESCR8
-rw-r--r--x11/qt3/pkg/PLIST2
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.