openbsd-ports/audio/rhythmbox/Makefile
2007-04-12 20:24:29 +00:00

58 lines
1.9 KiB
Makefile

# $OpenBSD: Makefile,v 1.11 2007/04/12 20:24:30 sturm Exp $
COMMENT= "Music Management Application"
DISTNAME= rhythmbox-0.8.8
PKGNAME= ${DISTNAME}p3
CATEGORIES= audio
HOMEPAGE= http://www.rhythmbox.org
MAINTAINER= Marc Matteo <marcm@openbsd.org>
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/rhythmbox/0.8/}
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xau Xdmcp Xrender \
c crypto expat fontconfig freetype pthread m ssl z \
ORBit-2 ORBitCosNaming-2 art_lgpl_2.>=5 atk-1.0 \
audiofile bonobo-2 bonobo-activation.>=4.0 bonoboui-2 \
esd.>=2 gconf-2 glade-2.0 jpeg popt xml2 \
glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 \
pango-1.0 pangocairo-1.0 pangoft2-1.0 \
gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 \
gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
gstcontrol-0.8.>=5.0 gstreamer-0.8.>=5.0 cairo glitz png
MODULES= devel/gettext
BUILD_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
:p5-XML-Parser-*:textproc/p5-XML-Parser \
:gstreamer-gnome-0.8.*:devel/gstreamer-plugins,-gnome
LIB_DEPENDS= gstgconf-0.8::devel/gstreamer-plugins \
gnomeui-2::x11/gnome/libgnomeui
RUN_DEPENDS= :scrollkeeper-*:textproc/scrollkeeper \
:gstreamer-flac-0.8.*:devel/gstreamer-plugins,-flac \
:gstreamer-gnome-0.8.*:devel/gstreamer-plugins,-gnome \
:gstreamer-mad-0.8.*:devel/gstreamer-plugins,-mad \
:gstreamer-ogg-0.8.*:devel/gstreamer-plugins,-ogg \
:gstreamer-vorbis-0.8.*:devel/gstreamer-plugins,-vorbis
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/rhythmbox/
CONFIGURE_ARGS+= --disable-schemas-install
CONFIGURE_ARGS+= --enable-nautilus-menu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@ln -s /usr/bin/true ${WRKDIR}/bin/scrollkeeper-update
.include <bsd.port.mk>