summaryrefslogtreecommitdiff
path: root/x11/qt2
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2000-12-09 17:21:49 +0000
committerskrll <skrll@pkgsrc.org>2000-12-09 17:21:49 +0000
commit57b4f09d2a794677734245a91b623d4abf601fc9 (patch)
tree5ef2f48d5bbd8533347ea058555005376b92bb00 /x11/qt2
parent1322ba43475524da5e56263eaeab55684bdfdfad (diff)
downloadpkgsrc-57b4f09d2a794677734245a91b623d4abf601fc9.tar.gz
- Introduce QTVERSION variable defined in qt2/Makefile.common to make
upgrades easier. - Preliminary work to split uic/libqutil from qt2-designer - Some general tidy up
Diffstat (limited to 'x11/qt2')
-rw-r--r--x11/qt2/Makefile14
-rw-r--r--x11/qt2/Makefile.common9
2 files changed, 15 insertions, 8 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile
index 9144587ba35..872bb5ffb08 100644
--- a/x11/qt2/Makefile
+++ b/x11/qt2/Makefile
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2000/12/06 16:25:53 tron Exp $
+# $NetBSD: Makefile,v 1.4 2000/12/09 17:21:49 skrll Exp $
#
-DISTNAME= qt2-2.2.2
-PKGNAME= qt2-2.2.2
+DISTNAME= qt2-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= skrll@netbsd.org
-HOMEPAGE= http://www.trolltech.com/
+.include "Makefile.common"
-DEPENDS+= qt2-libs-2.2.2:../../x11/qt2-libs
-DEPENDS+= qt2-docs-2.2.2:../../x11/qt2-docs
-DEPENDS+= qt2-designer-2.2.2:../../x11/qt2-designer
+DEPENDS+= qt2-libs-${QTVERSION}:../../x11/qt2-libs
+DEPENDS+= qt2-docs-${QTVERSION}:../../x11/qt2-docs
+DEPENDS+= qt2-designer-${QTVERSION}:../../x11/qt2-designer
USE_X11BASE= yes
EXTRACT_ONLY= # empty
diff --git a/x11/qt2/Makefile.common b/x11/qt2/Makefile.common
new file mode 100644
index 00000000000..e16cec1e6f1
--- /dev/null
+++ b/x11/qt2/Makefile.common
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile.common,v 1.1 2000/12/09 17:21:49 skrll Exp $
+#
+
+QTVERSION= 2.2.2
+
+MAINTAINER= skrll@netbsd.org
+HOMEPAGE= http://www.trolltech.com/products/qt.html
+
+USE_X11BASE= yes