Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / qt4-docs / Makefile
blob50cea0b4f819949dd18263d4d6e3388a19dae4a2
1 # $NetBSD: Makefile,v 1.26 2013/02/06 23:24:17 jperkin Exp $
3 PKGNAME= qt4-docs-${QTVERSION}
4 PKGREVISION= 2
5 COMMENT= Documentation for the QT C++ X GUI toolkit
7 .include "../../x11/qt4-libs/Makefile.common"
8 NO_CONFIGURE= yes
9 NO_BUILD= yes
10 PLIST_SRC= ${WRKDIR}/PLIST
12 INSTALLATION_DIRS= ${QTPREFIX}
14 do-install:
15 cp -R ${WRKSRC}/doc ${DESTDIR}${QTPREFIX}
16 cd ${DESTDIR}${PREFIX}; find qt4/doc -type f -print > ${WRKDIR}/PLIST
18 .include "../../x11/qt4-libs/buildlink3.mk"
19 .include "../../mk/bsd.pkg.mk"