23 lines
610 B
Makefile
23 lines
610 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/10/08 23:01:06 adam Exp $
|
|
#
|
|
|
|
DISTNAME= clutter-cairo-0.8.2
|
|
PKGREVISION= 14
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.clutter-project.org/sources/clutter-cairo/0.8/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://www.clutter-project.org/
|
|
COMMENT= Clutter Cairo integrarion library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= clutter-cairo.pc.in
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.4
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/clutter08/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|