summaryrefslogtreecommitdiff
path: root/net/py-ORBit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-ORBit/Makefile')
-rw-r--r--net/py-ORBit/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/py-ORBit/Makefile b/net/py-ORBit/Makefile
new file mode 100644
index 00000000000..6d48655539a
--- /dev/null
+++ b/net/py-ORBit/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/05/09 16:33:38 drochner Exp $
+#
+
+DISTNAME= pyorbit-1.99.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pyorbit/ORBit/}
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/pyorbit/1.99/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= marc@informatik.uni-bremen.de
+HOMEPAGE= http://www.gnome.org/
+COMMENT= Python bindings for ORBit2
+
+PY_PATCHPLIST= YES
+USE_BUILDLINK2= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/pyorbit-2.pc.in
+GNU_CONFIGURE= YES
+CONFIGURE_ENV+= PYTHON=${PYTHONBIN}
+
+PYTHON_VERSION_REQD= 22pth
+BUILDLINK_DEPENDS.python22-pth= python22-pth>=2.2.2nb2
+
+.include "../../net/ORBit2/buildlink2.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"