Portfile

# $Id: Portfile 20310 2006-11-01 21:38:15Z blair@macports.org $

PortSystem 1.0
name giblib
version 1.2.4
categories graphics devel
platforms darwin
maintainers tristan@cs.dartmouth.edu
description Utility library for lists, strings and imlib2.
long_description \
giblib2 incorporates doubly linked lists, some string functions, \
and a wrapper for imlib2. The wrapper does two things. It gives \
you access to fontstyles, which can be loaded from files, saved \
to files or defined dynamically through the API. It also, and \
more importantly, wraps imlib2's context API.

homepage http://linuxbrit.co.uk/giblib/
master_sites http://linuxbrit.co.uk/downloads/

checksums md5 c810ef5389baf24882a1caca2954385e

depends_lib port:imlib2 port:freetype port:zlib

# install docs to $prefix/share/doc instead of $prefix/doc
destroot.args docsdir=${prefix}/share/doc/${name}