summaryrefslogtreecommitdiff
path: root/x11/qt2-designer
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-10-19 07:45:12 +0000
committerskrll <skrll@pkgsrc.org>2000-10-19 07:45:12 +0000
commit74a5d0faffee1a63a29b2571a5644f7c56994f9a (patch)
tree657382592d1dea90b4875e7b9e981448aad6ab45 /x11/qt2-designer
parent406d6f679831352537303469f7196c81bb3d9c11 (diff)
downloadpkgsrc-74a5d0faffee1a63a29b2571a5644f7c56994f9a.tar.gz
Import new qt-2.2.1 package.
This is the qt GUI designer.
Diffstat (limited to 'x11/qt2-designer')
-rw-r--r--x11/qt2-designer/Makefile26
-rw-r--r--x11/qt2-designer/files/md53
-rw-r--r--x11/qt2-designer/files/patch-sum6
-rw-r--r--x11/qt2-designer/pkg/COMMENT1
-rw-r--r--x11/qt2-designer/pkg/DESCR5
-rw-r--r--x11/qt2-designer/pkg/PLIST7
6 files changed, 48 insertions, 0 deletions
diff --git a/x11/qt2-designer/Makefile b/x11/qt2-designer/Makefile
new file mode 100644
index 00000000000..7fcd8b3c31e
--- /dev/null
+++ b/x11/qt2-designer/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/10/19 07:45:12 skrll Exp $
+#
+
+PKGNAME= qt2-designer-2.2.1
+
+.include "../qt2-libs/Makefile.common"
+
+DEPENDS+= qt2-libs-*:../../x11/qt2-libs
+
+ALL_TARGET= sub-tools
+
+PATCHFILES+= ${PKGSRCDIR}/x11/qt2-libs/patches/patch-??
+ALLFILES= ${DISTFILES} # don't checksum shared patches
+
+EVAL_PREFIX+= QT2DIR=qt2
+QTPREFIX= ${QT2DIR}/qt2
+
+CONFIGURE_ENV+= QTDIR=${QTPREFIX}
+MAKE_ENV= QTDIR=${QTPREFIX}
+
+do-install:
+ ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/tools/designer/util/libqutil.la ${QTPREFIX}/lib
+ ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/tools/designer/uic/uic ${QTPREFIX}/bin
+ ${LIBTOOL} ${INSTALL_PROGRAM} ${WRKSRC}/tools/designer/designer/designer ${QTPREFIX}/bin
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/qt2-designer/files/md5 b/x11/qt2-designer/files/md5
new file mode 100644
index 00000000000..2febff35ee0
--- /dev/null
+++ b/x11/qt2-designer/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/10/19 07:45:12 skrll Exp $
+
+MD5 (qt-x11-2.2.1.tar.gz) = c5a65c4ded0330fa6b44c24fd93b938e
diff --git a/x11/qt2-designer/files/patch-sum b/x11/qt2-designer/files/patch-sum
new file mode 100644
index 00000000000..6d190b8a5ad
--- /dev/null
+++ b/x11/qt2-designer/files/patch-sum
@@ -0,0 +1,6 @@
+$NetBSD: patch-sum,v 1.1.1.1 2000/10/19 07:45:12 skrll Exp $
+
+This placeholder file is generated by the ``makepatchsum'' target
+whenever the patches directory is empty or missing. Its purpose
+is to ensure that the presence of any obsolete patches will cause
+the proper error to be emitted at build time.
diff --git a/x11/qt2-designer/pkg/COMMENT b/x11/qt2-designer/pkg/COMMENT
new file mode 100644
index 00000000000..95188f1ec7a
--- /dev/null
+++ b/x11/qt2-designer/pkg/COMMENT
@@ -0,0 +1 @@
+Visual (WYSIWYG) QT GUI builder
diff --git a/x11/qt2-designer/pkg/DESCR b/x11/qt2-designer/pkg/DESCR
new file mode 100644
index 00000000000..662341cbb2e
--- /dev/null
+++ b/x11/qt2-designer/pkg/DESCR
@@ -0,0 +1,5 @@
+Qt Designer accelerates GUI application development and maintenance by
+offering a WYSIWYG (What You See Is What You Get) drag and drop interface
+for UI creation and maintenance. Qt Designer employs a vendor neutral,
+XML-format for persistent storage, which simplifies the tasks involved
+with the creation and layout of dialogs.
diff --git a/x11/qt2-designer/pkg/PLIST b/x11/qt2-designer/pkg/PLIST
new file mode 100644
index 00000000000..ce27d06e34d
--- /dev/null
+++ b/x11/qt2-designer/pkg/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/10/19 07:45:12 skrll Exp $
+
+qt2/bin/uic
+qt2/bin/designer
+qt2/lib/libqutil.a
+qt2/lib/libqutil.la
+qt2/lib/libqutil.so.1.0