pkgsrc/x11/qt4-docs/Makefile
adam a6263d516d Changes 4.8.1:
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.
2012-04-09 09:12:49 +00:00

18 lines
486 B
Makefile

# $NetBSD: Makefile,v 1.22 2012/04/09 09:12:49 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"