1PORTNAME= qdbus 2PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} 3CATEGORIES= devel 4PKGNAMEPREFIX= qt5- 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Qt command-line interface to D-Bus 8 9USES= compiler:c++11-lang qmake qt-dist:5,tools 10USE_QT= core dbus xml buildtools:build 11 12BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}/${PORTNAME} 13INSTALL_WRKSRC= ${BUILD_WRKSRC} 14 15QT_BINARIES= yes 16 17post-install: 18 ${RLN} ${QT_BINDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}-qt5 19 20.include <bsd.port.mk> 21