diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 01:57:34 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-04-27 01:57:34 +0800 |
commit | cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630 (patch) | |
tree | 65b0e68ce064e5d065db48754646246fb98aea80 | |
parent | bddcf69600bb4a979a87f8b062b06e2280eb98a6 (diff) | |
download | marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar.gz marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar.bz2 marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar.lz marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar.xz marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.tar.zst marcuscom-ports-cbdd7fe8d49943f9cbf3db6d8ecac3fd4e5dd630.zip |
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8636 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | audio/gnome-audio/Makefile | 26 | ||||
-rw-r--r-- | audio/gnome-audio/distinfo | 3 | ||||
-rw-r--r-- | audio/gnome-audio/files/patch-Makefile | 6 | ||||
-rw-r--r-- | audio/gnome-audio/pkg-descr | 1 | ||||
-rw-r--r-- | audio/gnome-audio/pkg-plist | 18 |
5 files changed, 54 insertions, 0 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile new file mode 100644 index 000000000..c1b0eb7fd --- /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 <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/audio/gnome-audio/Makefile,v 1.3 2006/07/22 19:49:20 mezz Exp $ +# + +PORTNAME= gnome-audio +PORTVERSION= 2.0.0 +PORTREVISION= 2 +CATEGORIES= audio gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-audio/2.0 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Sound files for use with GNOME 2 + +USE_BZIP2= yes +USE_XLIB= yes +NO_BUILD= yes +USE_GNOME= gnomehack gnomeprefix gnomehier +WRKSRC= ${WRKDIR}/${DISTNAME}/sounds +MAKE_ENV= prefix=${PREFIX} + +.include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo new file mode 100644 index 000000000..13f93a33f --- /dev/null +++ b/audio/gnome-audio/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome-audio-2.0.0.tar.bz2) = cd14b84af59fb2ec673527d32f4e379f +SHA256 (gnome-audio-2.0.0.tar.bz2) = b1587b720056f44c2c472f1157fa73b10a7ffe0fd2f68cf105b39b93bcf280f8 +SIZE (gnome-audio-2.0.0.tar.bz2) = 1401319 diff --git a/audio/gnome-audio/files/patch-Makefile b/audio/gnome-audio/files/patch-Makefile new file mode 100644 index 000000000..962c50680 --- /dev/null +++ b/audio/gnome-audio/files/patch-Makefile @@ -0,0 +1,6 @@ +--- Makefile.orig Thu Feb 15 14:40:33 2001 ++++ Makefile Mon Feb 26 19:24:22 2001 +@@ -1,3 +1 @@ +-prefix=$(shell gnome-config --prefix) +- + LN_S=ln -sf 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..4dd0d274b --- /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/gtk-events +@dirrm share/sounds/panel |