summaryrefslogtreecommitdiff
path: root/x11/qt2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/qt2/Makefile')
-rw-r--r--x11/qt2/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11/qt2/Makefile b/x11/qt2/Makefile
deleted file mode 100644
index d36b6301601..00000000000
--- a/x11/qt2/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:45 joerg Exp $
-#
-
-DISTNAME= qt2-${QTVERSION}
-PKGREVISION= 8
-CATEGORIES= x11
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-COMMENT= "meta-package" for the QT GUI C++ toolkit
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "Makefile.common"
-
-DEPENDS+= qt2-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-libs
-DEPENDS+= qt2-designer{,-kde}-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-designer
-DEPENDS+= qt2-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-docs
-DEPENDS+= qt2-examples-${QTVERSION}{,nb[0-9]*}:../../x11/qt2-examples
-
-USE_X11BASE= yes
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-PLIST_SRC= # empty (meta-package)
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"