summaryrefslogtreecommitdiffstats
path: root/audio/muine/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-14 18:33:48 +0800
commit1b3327761c8bcb98d89b529daeae9600844b4361 (patch)
tree0be1cd4eb5fec6661da4798906b0d9bd522e794f /audio/muine/Makefile
parenta65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff)
downloadmarcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst
marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r--audio/muine/Makefile70
1 files changed, 0 insertions, 70 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile
deleted file mode 100644
index ecdfa475d..000000000
--- a/audio/muine/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: muine
-# Date created: 20040615
-# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
-#
-# $FreeBSD$
-# $Id: Makefile,v 1.5 2006-10-13 18:32:00 marcus Exp $
-#
-
-PORTNAME= muine
-PORTVERSION= 0.8.5
-PORTREVISION= 2
-CATEGORIES= audio gnome
-MASTER_SITES= http://muine-player.org/releases/
-
-MAINTAINER= bsd-sharp-list@forge.novell.com
-COMMENT= Mono based Gnome audio player
-
-LIB_DEPENDS= FLAC.7:${PORTSDIR}/audio/flac \
- id3tag.0:${PORTSDIR}/audio/libid3tag \
- gdbm:${PORTSDIR}/databases/gdbm \
- vorbis.3:${PORTSDIR}/audio/libvorbis \
- musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz
-BUILD_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
- ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
-RUN_DEPENDS= gapi2-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp20 \
- ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
-
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intltool libgnomeui
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- GACUTIL_FLAGS="/package muine /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"
-
-GCONF_SCHEMAS= muine.schemas
-
-OPTIONS= XINE "Enable Xine backend" off \
- FAAD "Enable faad support" off
-
-.include <bsd.port.pre.mk>
-.if defined (WITH_FAAD)
-LIB_DEPENDS+= faad.0:${PORTSDIR}/audio/faad
-.else
-CONFIGURE_ARGS+= --disable-faad2
-.endif
-
-.if defined (WITH_XINE)
-CONFIGURE_ARGS+= --enable-xine=yes
-LIB_DEPENDS+= xine.15:${PORTSDIR}/multimedia/libxine
-.else
-USE_GSTREAMER80+= gconf
-CONFIGURE_ARGS+= --enable-gstreamer=0.8
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \
- ${WRKSRC}/data/Makefile.in
- @${REINPLACE_CMD} -e 's|libmusicbrainz.so.4|libmusicbrainz.so|g' \
- ${WRKSRC}/src/muine.exe.config.in
-
-post-install:
- ${MKDIR} ${PREFIX}/lib/muine/plugins
-.for _plugin in TrayIcon.dll DashboardPlugin.dll
- ${INSTALL_DATA} ${WRKSRC}/plugins/${_plugin} ${PREFIX}/lib/muine/plugins
-.endfor
-
-.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
-.include <bsd.port.post.mk>