pkgsrc/x11/qt4-docs/Makefile
adam 347d373df0 Qt 4.8.5 provides overall close to 400 improvements, for example:
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
2013-07-07 18:13:56 +00:00

18 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/07/07 18:13:56 adam 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"