mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
34 lines
958 B
Makefile
34 lines
958 B
Makefile
# $NetBSD: Makefile,v 1.5 2014/02/12 23:18:55 tron Exp $
|
|
|
|
PKGNAME= qt5-dbus-${QTVERSION}
|
|
PKGREVISION= 3
|
|
COMMENT= Qt5 DBus support plugin
|
|
|
|
.include "../../x11/qt5-qtbase/Makefile.common"
|
|
|
|
BUILD_DIRS= qtbase/src/dbus
|
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.dbus}/include/dbus-1.0
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.dbus}/lib/dbus-1.0/include/dbus
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.qt5-qtbase}/qt5/include
|
|
|
|
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
|
|
|
|
INSTALLATION_DIRS= ${QTPREFIX}/bin lib/pkgconfig
|
|
|
|
PC_FILES= Qt5DBus.pc
|
|
|
|
post-install:
|
|
.for i in ${PC_FILES}
|
|
${RM} -f ${DESTDIR}${PREFIX}/lib/pkgconfig/${i} && \
|
|
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
|
|
${LN} -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
|
|
.endfor
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
# Use lib/dbus-1.0/include/dbus/dbus-arch-deps.h from sysutils/dbus
|
|
USE_DBUS-ARCH-DEPS_H= yes
|
|
.include "../../sysutils/dbus/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|