a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name libcaca
version 0.9
categories graphics
maintainers nomaintainer@macports.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