# $OpenBSD: Makefile,v 1.54 2013/02/05 11:50:48 brad Exp $ SHARED_ONLY= Yes ONLY_FOR_ARCHS= ${GCC4_ARCHS} COMMENT= SWF player with Firefox browser plugin VER= 0.8.10 DISTNAME= gnash-${VER} REVISION= 2 EPOCH= 0 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GNU:=gnash/${VER}/} EXTRACT_SUFX= .tar.bz2 HOMEPAGE= http://gnashdev.org MAINTAINER= Brad Smith # GPLv3 PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes WANTLIB= SDL X11 agg boost_iostreams boost_program_options-mt \ boost_system-mt boost_thread-mt c curl fontconfig \ freetype gdk-x11-2.0 gdk_pixbuf-2.0 gif glib-2.0 gobject-2.0 \ gstinterfaces-0.10 gstpbutils-0.10 gstreamer-0.10 gtk-x11-2.0 \ jpeg ltdl m png pthread speex speexdsp stdc++ z \ MODULES= devel/gettext BUILD_DEPENDS= devel/xulrunner/1.9,-devel RUN_DEPENDS= devel/desktop-file-utils \ multimedia/gstreamer-0.10/plugins-ffmpeg \ multimedia/gstreamer-0.10/plugins-good \ multimedia/gstreamer-0.10/plugins-ugly \ x11/gtk+2,-guic LIB_DEPENDS= audio/speex \ devel/boost \ devel/libtool,-ltdl \ devel/sdl \ graphics/agg \ graphics/jpeg \ graphics/libungif \ graphics/png \ multimedia/gstreamer-0.10/plugins-base \ net/curl \ x11/gtk+2 USE_GMAKE= Yes USE_LIBTOOL= Yes LIBTOOL_FLAGS+= --tag=disable-static AUTOCONF_VERSION=2.64 CONFIGURE_STYLE= autoconf CONFIGURE_ARGS= --disable-cygnal \ --disable-jemalloc \ --enable-renderer=agg \ --enable-gui=gtk \ --enable-media=gst \ --without-gconf \ --with-npapi-plugindir=${LOCALBASE}/lib/mozilla/plugins CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALL_TARGET= install install-plugins # testsuite available at http://www.gnashdev.org/testcases/ NO_REGRESS= Yes SUBST_VARS= VER post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gnash ${INSTALL_DATA} ${WRKSRC}/libbase/{gnashpluginrc,gnashrc} \ ${PREFIX}/share/examples/gnash .include