# $Id: Portfile,v 1.1 2004/02/12 15:51:02 toby Exp $

PortSystem 1.0
name             libcaca
version          0.9
categories       graphics
maintainers      toby@opendarwin.org
description      Colour AsCii Art library
long_description \
    The libcaca library is a graphics library that outputs text \
    instead of pixels, so that it can work on older video cards \
    or text terminals. It is not unlike the famous AAlib library.
homepage         http://sam.zoy.org/projects/libcaca/
platforms        darwin
depends_lib      lib:libX11.6:XFree86
master_sites     ${homepage}
use_bzip2        yes
checksums        md5 c7d5c46206091a9203fcb214abb25e4a

configure.env    CPPFLAGS="-I${prefix}/include" LDFLAGS="-L${prefix}/lib"
configure.args   --mandir=${prefix}/share/man \
                 --disable-win32 --disable-conio --disable-slang \
                 --disable-imlib2 --disable-doc \
                 --enable-x11 --enable-ncurses

# add Imlib2 support once Imlib2 is ported
