From e6676d37ccac432d99563816ecc0e3866e20b985 Mon Sep 17 00:00:00 2001 From: mezz Date: Wed, 7 May 2008 18:52:29 +0000 Subject: Not need that gnomeprefix, only need gnomehier. It should works with that recently change of bsd.gnome.mk. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10939 df743ca5-7f9a-e211-a948-0013205c9059 --- audio/gnome-audio/Makefile | 26 ++++++++++++++++++++++++++ audio/gnome-audio/distinfo | 3 +++ audio/gnome-audio/pkg-descr | 1 + audio/gnome-audio/pkg-plist | 18 ++++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 audio/gnome-audio/Makefile create mode 100644 audio/gnome-audio/distinfo create mode 100644 audio/gnome-audio/pkg-descr create mode 100644 audio/gnome-audio/pkg-plist (limited to 'audio') diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile new file mode 100644 index 000000000..57ec1a124 --- /dev/null +++ b/audio/gnome-audio/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: gnomeaudio2 +# Date created: 10 July 2003 +# Whom: Adam Weinberger +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gnome-audio +PORTVERSION= 2.22.2 +CATEGORIES= audio gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Sound files for use with GNOME 2 + +USE_BZIP2= yes +NO_BUILD= yes +USE_GNOME= gnomehier +MAKE_ENV= prefix=${PREFIX} + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ + ${WRKSRC}/sounds/Makefile + +.include diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo new file mode 100644 index 000000000..a5550b284 --- /dev/null +++ b/audio/gnome-audio/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-audio-2.22.2.tar.bz2) = 51d4a50b8927cc8a4cc52cee498e9d01 +SHA256 (gnome-audio-2.22.2.tar.bz2) = 2f870f822360d22d857548e549b600ca74511e060754e1dca8e3f8ec40210c8c +SIZE (gnome-audio-2.22.2.tar.bz2) = 1743759 diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr new file mode 100644 index 000000000..02b911e2d --- /dev/null +++ b/audio/gnome-audio/pkg-descr @@ -0,0 +1 @@ +This module holds sound files for use with GNOME 2. diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist new file mode 100644 index 000000000..b9482295a --- /dev/null +++ b/audio/gnome-audio/pkg-plist @@ -0,0 +1,18 @@ +share/sounds/card_shuffle.wav +share/sounds/email.wav +share/sounds/error.wav +share/sounds/generic.wav +share/sounds/gtk-events/activate.wav +share/sounds/gtk-events/clicked.wav +share/sounds/gtk-events/toggled.wav +share/sounds/info.wav +share/sounds/login.wav +share/sounds/logout.wav +share/sounds/panel/slide.wav +share/sounds/phone.wav +share/sounds/question.wav +share/sounds/shutdown1.wav +share/sounds/startup3.wav +share/sounds/warning.wav +@dirrm share/sounds/panel +@dirrm share/sounds/gtk-events -- cgit v1.2.3