diff options
author | romain <romain@FreeBSD.org> | 2012-03-08 17:50:54 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2012-03-08 17:50:54 +0800 |
commit | 56a23130e25ce5315e5208af15bc57bb665a1f41 (patch) | |
tree | 42de56c6ee82267179a4a54a028244cd37d83671 /audio/muine/Makefile | |
parent | dd28a0d0bc8fe7577f64469bcd362411eb25fcf7 (diff) | |
download | freebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.tar.gz freebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.tar.zst freebsd-ports-gnome-56a23130e25ce5315e5208af15bc57bb665a1f41.zip |
Remove audio/muine.
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r-- | audio/muine/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile deleted file mode 100644 index f57388dfaa37..000000000000 --- a/audio/muine/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: muine -# Date created: 20040615 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.54 2007/01/26 03:17:25 tmclau02 Exp $ -# - -PORTNAME= muine -PORTVERSION= 0.8.11 -PORTREVISION= 7 -CATEGORIES= audio gnome -MASTER_SITES= GNOME - -MAINTAINER= mono@FreeBSD.org -COMMENT= Mono based Gnome audio player - -LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ - id3tag.0:${PORTSDIR}/audio/libid3tag \ - gdbm:${PORTSDIR}/databases/gdbm \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \ - ${LOCALBASE}/libdata/pkgconfig/taglib-sharp.pc:${PORTSDIR}/audio/taglib-sharp -RUN_DEPENDS:= ${BUILD_DEPENDS} - -BROKEN= does not compile - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20 -USE_GSTREAMER= gconf -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -GCONF_SCHEMAS= muine.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \ - ${WRKSRC}/src/muine.exe.config.in - @${REINPLACE_CMD} -e 's|/bin/bash|/usr/bin/env bash|g' \ - ${WRKSRC}/src/muine.in - -.include <bsd.port.mk> |