4d1608bcdf
35 fixes to Qt Core module 65 fixes to Qt Gui module 21 Mac OS X specific fixes 15 Windows specific fixes 8 Linux/X11 specific fixes Webkit upgrade to 2.2.4 (minor improvements) Change all shmget calls to user-only memory (security) Several important fixes for the VxWorks port in the Qt Enterprise version
29 lines
917 B
Makefile
29 lines
917 B
Makefile
# $NetBSD: Makefile,v 1.34 2013/07/07 18:13:57 adam Exp $
|
|
|
|
.include "../../x11/qt4-libs/Makefile.common"
|
|
|
|
PKGNAME= qt4-tiff-${QTVERSION}
|
|
COMMENT= QT TIFF image format plugin
|
|
|
|
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/tiff && env ${MAKE_ENV} ${GMAKE}
|
|
|
|
INSTALLATION_DIRS= ${QTPREFIX}/plugins/imageformats
|
|
|
|
do-install:
|
|
${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/plugins/imageformats/libqtiff.la \
|
|
${DESTDIR}${QTPREFIX}/plugins/imageformats
|
|
|
|
# up to 4.3.2 a builtin libtiff is used
|
|
BUILDLINK_API_DEPENDS.qt4-libs+= qt4-libs>=4.3.2nb1
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|