# $Id: Portfile 74451 2010-12-18 01:24:52Z ryandesign@macports.org $

PortSystem 1.0

name			xdg-utils
version			1.0.2
categories		sysutils
platforms		darwin freebsd linux
maintainers		afb openmaintainer
license			MIT
supported_archs		noarch

description		basic desktop integration functions

long_description	Xdg-utils is a set of command line tools that \
assist applications with a variety of desktop integration tasks.

homepage		http://portland.freedesktop.org/wiki/XdgUtils
master_sites		http://portland.freedesktop.org/download/
extract.suffix		.tgz

checksums		md5 348a5b91dc66426505022c74a64b2940 \
			sha1 e41a04cbf9ff8d743397a2bc23c6ca82e8b59d2c \
			rmd160  344482917e8c780613ec20b103f8e51322540c04

depends_build		port:xmlto

configure.args  --mandir=${prefix}/share/man

livecheck.type		regex
livecheck.url		${homepage}
livecheck.regex		${name} (\[0-9.\]+)
