# $NetBSD: Makefile,v 1.20 2006/01/24 07:32:59 wiz Exp $ # .include "../../x11/py-qt3-base/Makefile.common" PKGNAME= ${PYPKGPREFIX}-qt3-modules-${PYQT_VERSION} PKGREVISION= 1 COMMENT= Various Python modules for Qt3 INSTALL_DIRS= ${WRKSRC}/qtcanvas ${WRKSRC}/qtgl ${WRKSRC}/qtnetwork INSTALL_DIRS+= ${WRKSRC}/qtsql ${WRKSRC}/qttable ${WRKSRC}/qtui INSTALL_DIRS+= ${WRKSRC}/qtxml # XXX Please verify whether qt3-tools is really needed at run-time. # If it is, then remove this comment. If it is not, then remove # this comment and the line below, and bump PKGREVISION. BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../x11/py-qt3-base/buildlink3.mk" .include "../../mk/bsd.pkg.mk"