diff options
Diffstat (limited to 'audio/gnome-audio/Makefile')
-rw-r--r-- | audio/gnome-audio/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile deleted file mode 100644 index 191ca9cc2..000000000 --- a/audio/gnome-audio/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# 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.6 2007/06/29 22:55:02 mezz Exp $ -# - -PORTNAME= gnome-audio -PORTVERSION= 2.22.0 -CATEGORIES= audio gnome -MASTER_SITES= GNOME - -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 -MAKE_ENV= prefix=${PREFIX} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/sounds/Makefile - -.include <bsd.port.mk> |