2003-07-13 04:45:07 +02:00
|
|
|
# New ports collection makefile for: gnomeaudio2
|
|
|
|
# Date created: 10 July 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
1998-12-31 00:18:11 +01:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
2009-01-10 06:22:13 +01:00
|
|
|
# $MCom: ports/audio/gnome-audio/Makefile,v 1.10 2008/05/07 18:52:29 mezz Exp $
|
1998-12-31 00:18:11 +01:00
|
|
|
#
|
|
|
|
|
2006-05-28 06:06:27 +02:00
|
|
|
PORTNAME= gnome-audio
|
2008-05-07 20:32:26 +02:00
|
|
|
PORTVERSION= 2.22.2
|
1999-01-31 20:08:55 +01:00
|
|
|
CATEGORIES= audio gnome
|
2008-03-24 04:52:36 +01:00
|
|
|
MASTER_SITES= GNOME
|
1998-12-31 00:18:11 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-07-13 04:45:07 +02:00
|
|
|
COMMENT= Sound files for use with GNOME 2
|
1998-12-31 00:18:11 +01:00
|
|
|
|
2003-07-13 04:45:07 +02:00
|
|
|
USE_BZIP2= yes
|
1998-12-31 00:18:11 +01:00
|
|
|
NO_BUILD= yes
|
2009-01-10 06:22:13 +01:00
|
|
|
USE_GNOME= gnomehier
|
2007-10-25 01:37:25 +02:00
|
|
|
MAKE_ENV= prefix=${PREFIX}
|
1999-03-09 02:13:40 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
|
|
|
|
${WRKSRC}/sounds/Makefile
|
|
|
|
|
1998-12-31 00:18:11 +01:00
|
|
|
.include <bsd.port.mk>
|