diff options
Diffstat (limited to 'audio/muine/Makefile')
-rw-r--r-- | audio/muine/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile deleted file mode 100644 index b2ee7d381..000000000 --- a/audio/muine/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: muine -# Date created: 20040615 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# - -PORTNAME= muine -PORTVERSION= 0.6.3 -PORTREVISION= 2 -CATEGORIES= audio gnome -MASTER_SITES= http://muine.gooeylinux.org/ - -MAINTAINER= tmclaugh@sdf.lonestar.org -COMMENT= Mono based Gnome audio player - -LIB_DEPENDS= FLAC.5:${PORTSDIR}/audio/flac \ - id3tag.2:${PORTSDIR}/audio/libid3tag \ - gdbm:${PORTSDIR}/databases/gdbm -BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_GNOME= gnomeprefix gnomehack intltool libgnomeui -WANT_GSTREAMER= yes -USE_X_PREFIX= yes -USE_LIBTOOL_VER=15 -USE_REINPLACE= yes - -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= muine.schemas - -OPTIONS= GSTREAMER "Enable Gstreamer backend" off - -.include <bsd.port.pre.mk> - -.if defined (WITH_GSTREAMER) -CONFIGURE_ARGS+= --enable-gstreamer=yes -USE_GSTREAMER+= mad vorbis flac -.else -LIB_DEPENDS+= xine.12:${PORTSDIR}/multimedia/libxine -.endif - -.include <bsd.port.post.mk> |