summaryrefslogtreecommitdiff
path: root/x11/qt5-qtsensors/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2013-12-13 14:38:34 +0000
committerryoon <ryoon>2013-12-13 14:38:34 +0000
commit093c03e3e2ccb74e8e2a1b04530769e55bb08b6f (patch)
tree22ed4dc4d0265bda68595da8898a2a89dacc6aa2 /x11/qt5-qtsensors/Makefile
parent6cb65552b7044699f0822c58a2532edbc0e78e99 (diff)
downloadpkgsrc-093c03e3e2ccb74e8e2a1b04530769e55bb08b6f.tar.gz
Import Qt5 5.2.0rc1 packages and qt5 input module from uim
Only tested on NetBSD/amd64 6.99.28. ToDo: * inputmethod/qt5-ibus from Qt5 should be created
Diffstat (limited to 'x11/qt5-qtsensors/Makefile')
-rw-r--r--x11/qt5-qtsensors/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/qt5-qtsensors/Makefile b/x11/qt5-qtsensors/Makefile
new file mode 100644
index 00000000000..4fe7707ece1
--- /dev/null
+++ b/x11/qt5-qtsensors/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2013/12/13 14:38:36 ryoon Exp $
+
+PKGNAME= qt5-qtsensors-${QTVERSION}
+COMMENT= Qt5 module for Sensors
+
+.include "../../x11/qt5-qtbase/Makefile.common"
+
+USE_LIBTOOL= yes
+
+CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
+
+BUILD_DIRS+= qtsensors
+MAKE_ENV+= QTDIR=${QTDIR}
+
+INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
+INSTALLATION_DIRS+= lib/pkgconfig
+
+post-install:
+.for i in Qt5Sensors.pc
+ ${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \
+ cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
+ ln -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
+.endfor
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"