openbsd-ports/x11/gnome-mplayer/Makefile

64 lines
1.6 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.50 2011/12/06 16:05:44 dcoppa Exp $
COMMENT = GTK+/GNOME frontend for MPlayer
2011-07-04 09:32:55 -04:00
DISTNAME = gnome-mplayer-1.0.4
REVISION = 7
CATEGORIES = x11 multimedia
MAINTAINER = David Coppa <dcoppa@openbsd.org>
HOMEPAGE = http://kdekorte.googlepages.com/gnomemplayer
MASTER_SITES = http://gnome-mplayer.googlecode.com/files/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi \
Xinerama Xrandr Xrender Xss atk-1.0 c cairo curl dbus-1 \
2011-07-04 09:32:55 -04:00
dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 \
2010-10-11 04:11:24 -04:00
gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 \
2011-07-04 09:32:55 -04:00
gpod gthread-2.0 gtk-x11-2.0 m musicbrainz3 neon notify \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
pthread pthread-stubs xcb xcb-render xcb-shm z
MODULES = devel/gettext \
devel/dconf
LIB_DEPENDS = devel/libnotify>=0.7.2 \
2010-11-22 03:36:47 -05:00
audio/libgpod \
audio/libmusicbrainz \
net/curl \
x11/dbus-glib \
x11/gtk+2
2010-11-22 03:36:47 -05:00
RUN_DEPENDS = devel/desktop-file-utils \
x11/gnome/icon-theme \
2011-12-03 18:20:52 -05:00
x11/mplayer>=20090828 \
x11/gtk+2,-guic
USE_LIBTOOL = Yes
2011-05-26 03:51:55 -04:00
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include \
-I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib \
-L${X11BASE}/lib -pthread"
2011-07-04 09:32:55 -04:00
CONFIGURE_ARGS = --with-dbus \
--with-gio \
--with-gpm-new-method \
--with-libgpod \
--with-libmusicbrainz3 \
2011-07-04 09:32:55 -04:00
--with-libnotify \
--without-alsa \
--without-gconf \
--without-pulseaudio \
--disable-nautilus
.include <bsd.port.mk>