From a3024b280f2c43e8e2e85077f56d21e1181d282b 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-qtscript/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/qt5-qtscript') diff --git a/x11/qt5-qtscript/Makefile b/x11/qt5-qtscript/Makefile index 448754ec764..845aa71f369 100644 --- a/x11/qt5-qtscript/Makefile +++ b/x11/qt5-qtscript/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2014/04/23 07:05:32 adam Exp $ +# $NetBSD: Makefile,v 1.10 2014/12/25 13:51:14 wiz Exp $ PKGNAME= qt5-qtscript-${QTVERSION} COMMENT= Qt5 module for script -.include "../../x11/qt5-qtbase/Makefile.common" - USE_LIBTOOL= yes CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib @@ -15,6 +13,8 @@ MAKE_ENV+= QTDIR=${QTDIR} INSTALL_ENV+= INSTALL_ROOT=${DESTDIR} INSTALLATION_DIRS+= lib/pkgconfig +.include "../../x11/qt5-qtbase/Makefile.common" + post-install: .for i in Qt5Script.pc Qt5ScriptTools.pc ${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \ -- cgit v1.2.3