19 lines
501 B
Makefile
19 lines
501 B
Makefile
# $NetBSD: Makefile,v 1.41 2021/12/08 16:07:11 adam Exp $
|
|
|
|
PKGNAME= qt4-docs-${QTVERSION}
|
|
PKGREVISION= 6
|
|
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"
|