to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
27 lines
649 B
Makefile
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>
|