blob: eac67ce7973457b8879a07ef32b7cdb6bfdd1753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.18 2006/01/05 10:09:00 ghen Exp $
#
.include "../../x11/py-qt3-base/Makefile.common"
PKGNAME= ${PYPKGPREFIX}-qt3-qscintilla-${PYQT_VERSION}
COMMENT= Python binding for QScintilla
CONFIGURE_ARGS+= -n ${QTDIR}/include
CONFIGURE_ARGS+= -o ${QTDIR}/lib
INSTALL_DIRS= ${WRKSRC}/qtext
# 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 "../../x11/qt3-qscintilla/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|