From 3eaff9b289d6ecd1a5d90297cf44f8e614426e12 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 25 Dec 2014 13:51:13 +0000 Subject: Improve qt5 build structure, from Niclas Rosenvik: Allow multiple BUILD_DIRS (but Makefile.common must be included later) Adds installation of some cmake files and gets rid of many manual installation rules. Bump PKGREVISION where PLIST changed. --- x11/qt5-qtbase/Makefile.common | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'x11/qt5-qtbase') diff --git a/x11/qt5-qtbase/Makefile.common b/x11/qt5-qtbase/Makefile.common index 189a1641df1..c110703847d 100644 --- a/x11/qt5-qtbase/Makefile.common +++ b/x11/qt5-qtbase/Makefile.common @@ -1,4 +1,6 @@ -# $NetBSD: Makefile.common,v 1.11 2014/08/28 10:58:19 jperkin Exp $ + + +# $NetBSD: Makefile.common,v 1.12 2014/12/25 13:51:13 wiz Exp $ # used by x11/qt5-dbus/Makefile # used by x11/qt5-mysql/Makefile # used by x11/qt5-odbc/Makefile @@ -191,8 +193,10 @@ pre-configure: remove-3rdparty-libs set-qmake-conf && empty(PKGPATH:Mx11/qt5-mysql) && empty(PKGPATH:Mx11/qt5-psql) \ && empty(PKGPATH:Mx11/qt5-odbc) post-configure: - cd ${WRKSRC}/${BUILD_DIRS} && \ +.for d in ${BUILD_DIRS} + cd ${WRKSRC}/${d} && \ ${PKGSRC_SETENV} ${_CONFIGURE_SCRIPT_ENV} ${QTPREFIX}/bin/qmake -o Makefile +.endfor .endif .include "../../converters/libiconv/buildlink3.mk" -- cgit v1.2.3