# $Id: Portfile 20405 2006-11-03 02:13:31Z jberry@macports.org $ PortSystem 1.0 name eet version 0.9.10.010 description EET is a library for writing sets of data. long_description EET is a tiny library designed to write an \ arbitary set of chunks of data to a file and \ optionally compress each chunk (very much like \ a zip file) and allow fast random-access \ reading of the file later on. It does not \ do zip as a zip itself has more complexity \ than is needed, and it was much simpler to \ impliment this once here. maintainers nomaintainer@macports.org categories devel x11 platforms darwin homepage http://www.enlightenment.org master_sites http://enlightenment.freedesktop.org/files \ sourceforge:enlightenment checksums md5 19b0aae8adf32c13a85bf47b6d4ad501 configure.args --mandir=${prefix}/share/man configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -L${prefix}/lib"