768c589c29
of the shlib major bump. PKGREVISION++ for the dependencies.
31 lines
830 B
Makefile
31 lines
830 B
Makefile
# $NetBSD: Makefile,v 1.17 2006/01/24 07:32:59 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= PyQt-3.1-Qt-2.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-qt2-3.1
|
|
PKGREVISION= 3
|
|
CATEGORIES= x11 python
|
|
MASTER_SITES= http://www.riverbankcomputing.co.uk/download/PyQt/
|
|
|
|
MAINTAINER= drochner@NetBSD.org
|
|
HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php
|
|
COMMENT= Python bindings for the Qt toolkit
|
|
|
|
WRKSRC= ${WRKDIR}/PyQt-3.1
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q} \
|
|
--with-qt-dir=${QTDIR:Q}
|
|
|
|
PY_PATCHPLIST= yes
|
|
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
|
MAKE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../x11/py-qt2-sip/buildlink3.mk"
|
|
.include "../../x11/qt2-libs/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|