#!/bin/sh
cd $SW/build/freetype* && \
./configure --disable-static --prefix=$SW/freetype && make && make install
