freebsd-ports/graphics/clutter-box2d/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

27 lines
649 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= clutter-box2d
PORTVERSION= 0.10.0
PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/0.10/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Clutter Box2D integration library
LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
USES= gmake libtool:keepla pathfix pkgconfig
USE_GNOME= gnomeprefix
USE_GL= gl
USE_XORG= xp x11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=no
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>