pkgsrc/multimedia/swfdec-mozilla/Makefile
wiz 609bc46837 Import swfdec-mozilla-0.8.2 as multimedia/swfdec-mozilla.
Swfdec is a decoder/renderer for Macromedia Flash animations.  The
decoding and rendering engine is provided in a library that can be
used by other applications.

This package contains a Mozilla plugin that uses the Swfdec library
for playing SWF files in a browser capable of loading NS-Plugins.

XXX: installs plugin into lib/mozilla/plugins, needs to be linked
into correct place manually, until we get an infrastructure for firefox
plugins...
2008-10-31 12:48:56 +00:00

20 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/10/31 12:48:56 wiz Exp $
#
DISTNAME= swfdec-mozilla-0.8.2
CATEGORIES= multimedia
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://swfdec.freedesktop.org/
COMMENT= Mozilla plugin for swfdec
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.4
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
#CONFIGURE_ARGS+= --with-plugin-dir=${PREFIX}/...
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../multimedia/swfdec/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"