Ticket #5185: Portfile.patch
File Portfile.patch, 1019 bytes (added by rhwood@…, 19 years ago) |
---|
-
gnome/desktop-file-utils/Portfile
old new 1 1 # $Id: Portfile,v 1.1 2004/09/19 18:22:37 olegb Exp $ 2 2 PortSystem 1.0 3 3 name desktop-file-utils 4 version 0. 84 version 0.10 5 5 description Command line utilities for working with desktop entries. 6 6 long_description ${description} 7 7 maintainers gnome-darwinports@opendarwin.org … … 9 9 platforms darwin 10 10 homepage http://www.freedesktop.org/Software/desktop-file-utils 11 11 master_sites http://www.freedesktop.org/software/desktop-file-utils/releases/ 12 checksums md5 b0dc11041949eecb877f755105f6b036 13 patchfiles patch_menu-method.c 14 depends_lib lib:libbonobo-2:libbonobo 12 checksums md5 8b930e9ad08ac6b8205dd00a1d694b0c 13 depends_lib lib:libglib-2:glib2 port:popt 15 14 configure.args --mandir=${prefix}/share/man 16 15 configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ 17 16 CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"