1a4c9fc349
It provides many improvements over Qt 5.2.0 as well as packages Qt Creator 3.0.1. As a patch release, it does not add new features and remains binary compatible with Qt 5.2.0.
18 lines
482 B
Makefile
18 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/04/23 07:05:31 adam Exp $
|
|
|
|
PKGNAME= qt5-qtgraphicaleffects-${QTVERSION}
|
|
COMMENT= Qt5 module for Graphics effects
|
|
|
|
.include "../../x11/qt5-qtbase/Makefile.common"
|
|
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS+= -I${QTDIR}/include -L${QTDIR}/lib
|
|
|
|
BUILD_DIRS= qtgraphicaleffects
|
|
MAKE_ENV+= QTDIR=${QTDIR}
|
|
|
|
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|