# $Id: Portfile 139469 2015-08-18 01:10:17Z jmr@macports.org $ PortSystem 1.0 name aalib version 1.4rc5 revision 5 categories graphics license LGPL maintainers ccc.de:tim description Portable ascii art GFX library long_description AA-lib is a low level gfx library just as many other libraries are. \ The main difference is that AA-lib does not require graphics device. \ In fact, there is no graphical output possible. AA-lib replaces those \ old-fashioned output methods with powerful ascii-art renderer. Now my \ linux boots with a nice penguin logo at secondary display (yes! Like \ Win95 does:) AA-lib API is designed to be similar to other graphics \ libraries. Learning a new API would be a piece of cake! homepage http://aa-project.sourceforge.net/aalib/ master_sites sourceforge:aa-project freebsd checksums md5 9801095c42bba12edebd1902bcf0a990 platforms darwin worksrcdir ${name}-1.4.0 configure.args --without-x --with-ncurses \ --enable-shared --disable-static \ --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info configure.cppflags-append -DNCURSES_OPAQUE=0 patchfiles automake.patch malloc.patch \ patch-aacurkbd.c.diff patch-aacurses.c.diff \ patch-aalib.m4.diff depends_lib \ port:ncurses variant x11 { depends_lib-append \ port:xorg-libX11 configure.args-delete --without-x configure.args-append --with-x } use_autoreconf yes autoreconf.args -fvi livecheck.distname aa-lib