diff options
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r-- | audio/gnome-audio/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
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 <adamw@FreeBSD.org> +# +# $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 <bsd.port.mk> |