Portfile

# $Id: Portfile 20757 2006-11-26 10:38:25Z rhwood@macports.org $

PortSystem 1.0
name gnome-audio
version 2.0.0
description Audio files for GNOME events
long_description \
If you use the GNOME desktop environment, you may want to install this \
package of complementary sounds. This package contains extra sound \
files useful for customizing the sounds that the GNOME desktop \
environment makes.
maintainers rhwood@macports.org openmaintainer@macports.org
categories gnome
platforms darwin
homepage http://www.gnome.org
master_sites gnome:sources/gnome-audio/2.0/
use_bzip2 yes
checksums md5 cd14b84af59fb2ec673527d32f4e379f \
sha1 488f6295e2e1f54a8988dd7e71ab673cd7fc8a00 \
rmd160 90baaffd9ac5159ce5851094ad9069d51dea9592
configure {}
post-extract {
reinplace "s|\$(shell gnome-config --prefix)|${destroot}${prefix}|g" ${worksrcpath}/sounds/Makefile
}