15597e7da4
Qt 4.8.6 provides overall over 200 improvements and bug fixes, for example: Security Fix for XML Entity Expansion Denial of Service (the "Billion Laughs" attack) Better support for Mac OS X 10.9 Mavericks Many customer requested bug fixes, for example QTBUG-15116, QTBUG-21371, QTBUG-8990, QTBUG-28601, QTBUG-20946, QTBUG-30276, QTBUG-29572 and QTBUG-13237 (just to name a few) MinGW binary packages are now built with MinGW-w64 based toolchain with gcc 4.8.2 Basque translation added and many other translations improved
18 lines
485 B
Makefile
18 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.33 2014/07/22 17:01:51 wiz Exp $
|
|
|
|
PKGNAME= qt4-docs-${QTVERSION}
|
|
COMMENT= Documentation for the QT C++ X GUI toolkit
|
|
|
|
.include "../../x11/qt4-libs/Makefile.common"
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
PLIST_SRC= ${WRKDIR}/PLIST
|
|
|
|
INSTALLATION_DIRS= ${QTPREFIX}
|
|
|
|
do-install:
|
|
cp -R ${WRKSRC}/doc ${DESTDIR}${QTPREFIX}
|
|
cd ${DESTDIR}${PREFIX}; find qt4/doc -type f -print > ${WRKDIR}/PLIST
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|