NOkia LCD & Joystick Shield for Arduino

This is the compile errors I get if I try and select this board

In file included from PCF8833.c:7:
/FONT8x8.h:5: warning: missing braces around initializer
/FONT8x8.h:5: warning: (near initialization for 'FONT8x8[0]')
PCF8833.c: In function 'SendLcd_color':
PCF8833.c:14: error: 'PB3' undeclared (first use in this function)
PCF8833.c:14: error: (Each undeclared identifier is reported only once
PCF8833.c:14: error: for each function it appears in.)
PCF8833.c:16: error: 'PB5' undeclared (first use in this function)
PCF8833.c: In function 'SendLcd':
PCF8833.c:41: error: 'PB3' undeclared (first use in this function)
PCF8833.c:42: error: 'PB2' undeclared (first use in this function)
PCF8833.c:44: error: 'PB5' undeclared (first use in this function)
PCF8833.c: In function 'LCD_Init':
PCF8833.c:76: error: 'PB2' undeclared (first use in this function)
PCF8833.c:77: error: 'PB5' undeclared (first use in this function)
PCF8833.c:78: error: 'PB3' undeclared (first use in this function)
PCF8833.c:80: error: 'PB1' undeclared (first use in this function)
PCF8833.c: In function 'LCD_Pixel':
PCF8833.c:140: error: 'PB2' undeclared (first use in this function)
PCF8833.c: In function 'LCD_Box':
PCF8833.c:327: error: 'PB2' undeclared (first use in this function)
PCF8833.c: In function 'LCD_Bitmap':
PCF8833.c:445: error: 'PB2' undeclared (first use in this function)