summaryrefslogtreecommitdiff
path: root/x11/py-qt2-sip/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-04-17 10:29:01 +0000
committerdrochner <drochner@pkgsrc.org>2002-04-17 10:29:01 +0000
commit57d0464b44aa5a083c417c35228ff533be4ebc31 (patch)
treeabafb21334ecdaf136eb8bd1a6bbe763fb409870 /x11/py-qt2-sip/Makefile
parentd69b59e8fbc7a059c242f581a1d25218e2234b33 (diff)
downloadpkgsrc-57d0464b44aa5a083c417c35228ff533be4ebc31.tar.gz
initial import of sip-3.1, a tool to create Python bindings for C++
libraries, in its "Qt-2" variant
Diffstat (limited to 'x11/py-qt2-sip/Makefile')
-rw-r--r--x11/py-qt2-sip/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile
new file mode 100644
index 00000000000..517fb118977
--- /dev/null
+++ b/x11/py-qt2-sip/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/04/17 10:29:01 drochner Exp $
+#
+
+DISTNAME= sip-3.1
+PKGNAME= ${PYPKGPREFIX}-qt2-sip-3.1
+CATEGORIES= x11 devel
+MASTER_SITES= http://www.riverbankcomputing.co.uk/download/sip/
+
+MAINTAINER= drochner@netbsd.org
+HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php
+COMMENT= tool to create Python bindings for C++ libraries
+
+USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+
+HAS_CONFIGURE= YES
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-python=${PYTHONBIN}
+CONFIGURE_ARGS+= --with-qt-dir=${BUILDLINK_QTDIR}
+USE_BUILDLINK_ONLY= yes
+
+PY_PATCHPLIST= yes
+PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
+MAKE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX}
+
+.include "../../lang/python/extension.buildlink.mk"
+.include "../../x11/qt2-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"