pkgsrc/multimedia/swfdec-mozilla/Makefile
wiz 53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00

23 lines
624 B
Makefile

# $NetBSD: Makefile,v 1.31 2013/06/03 10:05:44 wiz Exp $
#
DISTNAME= swfdec-mozilla-0.8.2
PKGREVISION= 27
CATEGORIES= multimedia
MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/
MAINTAINER= martin@NetBSD.org
HOMEPAGE= http://swfdec.freedesktop.org/
COMMENT= Mozilla plugin for swfdec
LICENSE= gnu-lgpl-v2.1 # or later
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
CFLAGS+= -g
CONFIGURE_ARGS+= --with-plugin-dir=${PREFIX}/lib/netscape/plugins
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../multimedia/swfdec/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"