# $Id$ PortSystem 1.0 name libcaca version 0.9 categories graphics maintainers nomaintainer 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://libcaca.zoy.org/wiki/libcaca platforms darwin depends_lib port:ncurses master_sites http://libcaca.zoy.org/raw-attachment/wiki/libcaca/ use_bzip2 yes checksums md5 c7d5c46206091a9203fcb214abb25e4a configure.args --mandir=${prefix}/share/man \ --disable-win32 --disable-conio --disable-slang \ --disable-imlib2 --disable-doc \ --enable-ncurses # add Imlib2 support once Imlib2 is ported variant x11 description {Add X11 driver support} { depends_lib-append lib:libX11.6:XFree86 configure.args-append --enable-x11 }