Tweak audio/tagtool version 0.12.3_13
[dports.git] / audio / gnome-audio / Makefile
1 # Created by: Adam Weinberger <adamw@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/audio/gnome-audio/Makefile,v 1.10 2008/05/07 18:52:29 mezz Exp $
4
5 PORTNAME=       gnome-audio
6 PORTVERSION=    2.22.2
7 PORTREVISION=   1
8 CATEGORIES=     audio gnome
9 MASTER_SITES=   GNOME
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Sound files for use with GNOME 2
13
14 USES=   tar:bzip2
15 NO_BUILD=       yes
16 MAKE_ENV=       prefix=${PREFIX}
17
18 post-patch:
19         @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
20                 ${WRKSRC}/sounds/Makefile
21
22 .include <bsd.port.mk>