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