pkgsrc/graphics/clutter-box2d/Makefile

23 lines
560 B
Makefile
Raw Normal View History

2015-01-17 15:36:11 +01:00
# $NetBSD: Makefile,v 1.29 2015/01/17 14:36:12 prlw1 Exp $
#
DISTNAME= clutter-box2d-0.10.0
2015-01-17 15:36:11 +01:00
PKGREVISION= 21
CATEGORIES= graphics
2010-08-14 13:33:41 +02:00
MASTER_SITES= http://source.clutter-project.org/sources/clutter-box2d/0.10/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.clutter-project.org/
COMMENT= Clutter Box2D integration library
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= clutter-box2d.pc.in
.include "../../graphics/clutter/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"