# $Id: Portfile,v 1.3 2005/09/13 06:57:56 olegb Exp $ PortSystem 1.0 name mowitz version 0.3.0 description Library of widgets for X applications to use. long_description Library of widgets for X applications to use. \ The widgets have been snarfed from various \ sources and are all open source (GPL or MIT licenses). maintainers darwinports@opendarwin.org categories x11 platforms darwin homepage http://siag.nu/mowitz/ master_sites ${homepage}/pub/mowitz/ checksums md5 447ea53a67eb4356438e80494e550a3b distname Mowitz-${version} depends_lib lib:libneXtaw:neXtaw configure.env CPPFLAGS="-no-cpp-precomp -L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp" LDFLAGS="-L${prefix}/lib"