Qt 4.8.1 is the first patch release to the 4.8 series with over 200 functional improvements to the desktop and embedded platforms. The majority of the error corrections, made primarily by Digia, have been on desktop and embedded platforms with a large number of fixes with focus on QtCore, QtGUI and QtNetwork. These fixes benefit all desktop platforms. Qt 4.8.1 also includes Mac App Store support.
28 lines
824 B
Makefile
28 lines
824 B
Makefile
# $NetBSD: Makefile,v 1.16 2012/04/09 09:12:49 adam Exp $
|
|
|
|
PKGNAME= qt4-mng-${QTVERSION}
|
|
COMMENT= QT MNG image format plugin
|
|
|
|
.include "../../x11/qt4-libs/Makefile.common"
|
|
CONFIGURE_ARGS+= -I${QTDIR}/include
|
|
CONFIGURE_ARGS+= -L${QTDIR}/lib
|
|
|
|
BUILD_QT4= yes
|
|
|
|
do-build:
|
|
cd ${WRKSRC}/src/tools/bootstrap && env ${MAKE_ENV} ${GMAKE}
|
|
cd ${WRKSRC}/src/tools/moc && env ${MAKE_ENV} ${GMAKE}
|
|
cd ${WRKSRC}/src/plugins/imageformats/mng && env ${MAKE_ENV} ${GMAKE}
|
|
|
|
IMGFMTDIR= ${QTPREFIX}/plugins/imageformats
|
|
|
|
INSTALLATION_DIRS= ${IMGFMTDIR}
|
|
|
|
do-install:
|
|
${LIBTOOL} --mode=install ${INSTALL_LIB} \
|
|
${WRKSRC}/plugins/imageformats/libqmng.la ${DESTDIR}${IMGFMTDIR}
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../graphics/mng/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|