a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21230 2007-01-15 11:30:06Z rhwood@macports.org $
PortSystem 1.0
name desktop-file-utils
version 0.11
description Command line utilities for working with desktop entries.
long_description ${description}
maintainers nomaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.freedesktop.org/Software/desktop-file-utils
master_sites http://www.freedesktop.org/software/desktop-file-utils/releases/
checksums md5 b27a1890979caaca8e72ffe22af6e389
depends_lib lib:libglib-2:glib2 port:popt
configure.args --mandir=${prefix}/share/man
configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"