e8d8834f6a
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
32 lines
848 B
Makefile
32 lines
848 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/06/13 22:45:03 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= clutter-gst-0.8.0
|
|
PKGNAME= ${DISTNAME:S/clutter/clutter08/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.clutter-project.org/sources/clutter-gst/0.8/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Clutter GStreamer integration
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
# Workaround for Upstream Bug#562310.
|
|
# for more detail, see also PR#41475.
|
|
TOOLS_NOOP+= gtkdoc-rebase
|
|
|
|
MAKE_ENV+= DOC_MODULE_VERSION=0.8
|
|
|
|
PKGCONFIG_OVERRIDE+= clutter-gst.pc.in
|
|
|
|
.include "../../graphics/clutter08/buildlink3.mk"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|