diff --git a/libfreenect/distinfo b/libfreenect/distinfo
deleted file mode 100644
index 12376f6e5d5632d2c9a6795b3454fc2295067fb7..0000000000000000000000000000000000000000
--- a/libfreenect/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-SHA1 (libfreenect-938a2d5.tar.gz) = 1215dbb38ff4227a1b6da79b4b17d8bad63dd1f7
-RMD160 (libfreenect-938a2d5.tar.gz) = e563aadac9f6f0d4e56660c4085a73032ed56f7c
-Size (libfreenect-938a2d5.tar.gz) = 9035 bytes
diff --git a/libfreenect/DESCR b/openkinect/DESCR
similarity index 100%
rename from libfreenect/DESCR
rename to openkinect/DESCR
diff --git a/libfreenect/Makefile b/openkinect/Makefile
similarity index 63%
rename from libfreenect/Makefile
rename to openkinect/Makefile
index 5bbaacaefa4db3c14c57bc3954c1fd2e6e5e470c..2337e96190d4ed1ac10ced0b1aa94efde5755635 100644
--- a/libfreenect/Makefile
+++ b/openkinect/Makefile
@@ -1,13 +1,20 @@
-# robotpkg Makefile for:	hardware/libfreenect
+# robotpkg Makefile for:	hardware/openkinect
 # Created:			Matthieu Herrb on Sat, 13 Nov 2010
 #
 
 COMMENT= Horribly hacky first take at a Kinect Camera driver
 CATEGORIES = hardware image
 LICENSE = gnu-gpl-v2
+PKG_VERSION=50fdac
 
-DISTNAME= libfreenect-938a2d5
-HOMEPAGE= http://git.marcansoft.com/?p=libfreenect.git
+DISTNAME= openkinect-${PKG_VERSION}
+HOMEPAGE= https://github.com/OpenKinect
+
+FETCH_BEFORE_ARGS= -v
+FETCH_METHOD= git
+MASTER_SITES= https://github.com/OpenKinect/openkinect.git@${PKG_VERSION}+c
+
+WRKSRC=${WRKDIR}/${DISTNAME}/c
 
 USE_LANGUAGES= c c++
 
diff --git a/libfreenect/PLIST b/openkinect/PLIST
similarity index 100%
rename from libfreenect/PLIST
rename to openkinect/PLIST
diff --git a/openkinect/distinfo b/openkinect/distinfo
new file mode 100644
index 0000000000000000000000000000000000000000..a65456f4f95122c59d8ed5ccdede12935b47fa39
--- /dev/null
+++ b/openkinect/distinfo
@@ -0,0 +1,3 @@
+SHA1 (openkinect-50fdac.tar.gz) = 54120aec01d89a2b262c65c2516127f336647da6
+RMD160 (openkinect-50fdac.tar.gz) = b5dcebd3cf198e93e56dea244ce65f15529757a9
+SHA1 (patch-aa) = ab5338ed03696cd011b750e121b09bbcb92ef670
diff --git a/libfreenect/patches/patch-aa b/openkinect/patches/patch-aa
similarity index 100%
rename from libfreenect/patches/patch-aa
rename to openkinect/patches/patch-aa