pkgsrc/x11/py-qt2/Makefile
drochner b4fec0cb50 readd PLIST entries for OpenGL
qt2-libs didn't spontaneously stop building the OpenGL modules
(how should it, noone changed it) - the failure was caused by MesaLib
forcibly linking against libpthread so that it couldn't be used
by non-threaded programs anymore
added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION
2006-03-02 21:53:52 +00:00

35 lines
989 B
Makefile

# $NetBSD: Makefile,v 1.19 2006/03/02 21:53:52 drochner Exp $
#
DISTNAME= PyQt-3.1-Qt-2.3.1
PKGNAME= ${PYPKGPREFIX}-qt2-3.1
PKGREVISION= 5
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}
# MesaLib is pulled in through qt2-libs; we need a version
# which doesn't (needlessly) link to libpthread
BUILDLINK_DEPENDS.MesaLib+= MesaLib>=6.4.2nb1
.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"