Hi

Here's a port for sysutils/qt5-qtpaths.

mfg Tobias
Index: sysutils/qt5-qtpaths/Makefile
===================================================================
--- sysutils/qt5-qtpaths/Makefile	(revision 0)
+++ sysutils/qt5-qtpaths/Makefile	(working copy)
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME=       qtpaths
+DISTVERSION=    ${QT5_VERSION}
+CATEGORIES=     sysutils
+PKGNAMEPREFIX=  qt5-
+
+MAINTAINER=     k...@freebsd.org
+COMMENT=        Qt Paths utility
+
+USE_QT5=        core buildtools_build xml
+QT_DIST=        tools
+USES=		qmake
+
+USE_LDCONFIG=   ${PREFIX}/${QT_LIBDIR_REL}
+
+BUILD_WRKSRC=   ${WRKSRC}/src/${PORTNAME}
+INSTALL_WRKSRC= ${WRKSRC}/src/${PORTNAME}
+
+PLIST_FILES=	${QT_BINDIR}/qtpaths
+
+.include <bsd.port.mk>
+
Index: sysutils/qt5-qtpaths/pkg-descr
===================================================================
--- sysutils/qt5-qtpaths/pkg-descr	(revision 0)
+++ sysutils/qt5-qtpaths/pkg-descr	(working copy)
@@ -0,0 +1 @@
+empty
Index: Mk/bsd.qt.mk
===================================================================
--- Mk/bsd.qt.mk	(revision 377272)
+++ Mk/bsd.qt.mk	(working copy)
@@ -297,7 +297,7 @@
 				qtestlib qvfb rcc uic uic3 xmlpatterns-tool
 
 _USE_QT5_ONLY=	buildtools concurrent core graphicaleffects linguisttools \
-				printsupport qdbus qdoc qev qml quick \
+				printsupport qdbus qdoc qev qml qtpaths quick \
 				quickcontrols serialport uitools widgets x11extras
 
 accessible_PORT=	accessibility/${_QT_RELNAME}-accessible
@@ -450,6 +450,9 @@
 qtestlib_PORT=		${testlib_PORT}
 qtestlib_PATH=		${testlib_PATH}
 
+qtpaths_PORT=		sysutils/qt5-qtpaths
+qtpaths_PATH=		${QT_BINDIR}/qtpaths
+
 quick_PORT=			x11-toolkits/${_QT_RELNAME}-quick
 quick_PATH=			${QT_LIBDIR}/libQt${_QT_LIBVER}Quick.so
 
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to