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/Makefile | |
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/Makefile')
-rw-r--r-- | x11/qt2/Makefile | 25 |
1 files changed, 25 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" |