summaryrefslogtreecommitdiff
path: root/x11/qt4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt4/Makefile')
-rw-r--r--x11/qt4/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/qt4/Makefile b/x11/qt4/Makefile
new file mode 100644
index 00000000000..724b08e5592
--- /dev/null
+++ b/x11/qt4/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/20 12:07:12 adam Exp $
+
+DISTNAME= qt4-${QTVERSION}
+CATEGORIES= x11
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+COMMENT= "meta-package" for the QT GUI C++ toolkit
+
+.include "./Makefile.common"
+
+DEPENDS+= qt4-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-libs
+DEPENDS+= qt4-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-tools
+DEPENDS+= qt4-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt4-docs
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"