diff options
author | skrll <skrll@pkgsrc.org> | 2000-10-19 07:53:47 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2000-10-19 07:53:47 +0000 |
commit | 7708b201c0b693f1391ecfe130955bb278067476 (patch) | |
tree | 50c717c1e6447495954440f460d953afdd67a6aa /x11/qt2 | |
parent | 74a5d0faffee1a63a29b2571a5644f7c56994f9a (diff) | |
download | pkgsrc-7708b201c0b693f1391ecfe130955bb278067476.tar.gz |
Import new qt-2.2.1 package.
This is the meta package.
Diffstat (limited to 'x11/qt2')
-rw-r--r-- | x11/qt2/Makefile | 25 | ||||
-rw-r--r-- | x11/qt2/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/qt2/pkg/DESCR | 8 | ||||
-rw-r--r-- | x11/qt2/pkg/PLIST | 2 |
4 files changed, 36 insertions, 0 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile new file mode 100644 index 00000000000..b4871b69918 --- /dev/null +++ b/x11/qt2/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:53:47 skrll Exp $ +# + +DISTNAME= qt2-2.2.1 +CATEGORIES= x11 +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= skrll@netbsd.org +HOMEPAGE= http://www.trolltech.com/ + +DEPENDS+= qt2-libs-2.2.1:../../x11/qt2-libs +DEPENDS+= qt2-docs-2.2.1:../../x11/qt2-docs +DEPENDS+= qt2-designer-2.2.1:../../x11/qt2-designer + +USE_X11= 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/qt2/pkg/COMMENT b/x11/qt2/pkg/COMMENT new file mode 100644 index 00000000000..1fc318ed1e6 --- /dev/null +++ b/x11/qt2/pkg/COMMENT @@ -0,0 +1 @@ +"meta-package" for the QT GUI C++ toolkit diff --git a/x11/qt2/pkg/DESCR b/x11/qt2/pkg/DESCR new file mode 100644 index 00000000000..d4d47037f3b --- /dev/null +++ b/x11/qt2/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/qt2/pkg/PLIST b/x11/qt2/pkg/PLIST new file mode 100644 index 00000000000..583d7965789 --- /dev/null +++ b/x11/qt2/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/19 07:53:47 skrll Exp $ +@comment This PLIST is intentionally left empty. |