# $Id: Portfile,v 1.5 2004/06/21 07:12:05 olegb Exp $ PortSystem 1.0 name libgtop version 2.6.0 revision 1 description A library for gtop2 long_description This is library for the gtop2, the GNOME 2.0 \ version of top command. The top command is a tool \ to display and update information about the top \ cpu processes. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://www.gnome.org/ master_sites gnome:sources/libgtop/2.6/ checksums md5 5d0ec207842b54d2f2d04c99af7c98b9 depends_lib bin:gnome-terminal:gnome-terminal patchfiles patch_mountlist.c use_bzip2 yes configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info \ --disable-static configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -lintl" post-destroot { file delete -force ${destroot}${prefix}/share/info/dir }