Initial import of p5-Clipboard-0.09:
[pkgsrc.git] / x11 / qt3 / Makefile
1 # $NetBSD
2 #
3
4 DISTNAME=       qt3-${QTVERSION}
5 CATEGORIES=     x11
6 MASTER_SITES=   # empty
7 DISTFILES=      # empty
8
9 COMMENT=        "meta-package" for the QT GUI C++ toolkit
10
11 .include "./Makefile.common"
12
13 DEPENDS+=       qt3-libs-${QTVERSION}:../../x11/qt3-libs
14 DEPENDS+=       qt3-tools-${QTVERSION}:../../x11/qt3-tools
15 DEPENDS+=       qt3-docs-${QTVERSION}:../../x11/qt3-docs
16
17 USE_X11BASE=    yes
18 EXTRACT_ONLY=   # empty
19 NO_CHECKSUM=    yes
20 NO_PATCH=       yes
21 NO_CONFIGURE=   yes
22 NO_BUILD=       yes
23
24 do-install:     # empty
25
26 .include "../../mk/bsd.pkg.mk"