Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / clutter-box2d / Makefile
1 # Created by: Martin Wilke <miwi@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       clutter-box2d
5 PORTVERSION=    0.10.0
6 PORTREVISION=   6
7 CATEGORIES=     graphics
8 MASTER_SITES=   http://source.clutter-project.org/sources/${PORTNAME}/0.10/
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        Clutter Box2D integration library
12
13 LIB_DEPENDS=    libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
14
15 USES=           gmake libtool:keepla pathfix pkgconfig
16 USE_GNOME=      gnomeprefix
17 USE_GL=         gl
18 USE_XORG=       xp x11
19 USE_LDCONFIG=   yes
20 GNU_CONFIGURE=  yes
21 CONFIGURE_ARGS= --enable-introspection=no
22 INSTALL_TARGET= install-strip
23
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LDFLAGS+=       -L${LOCALBASE}/lib
26
27 .include <bsd.port.mk>