openbsd-ports/graphics/clutter/clutter-box2d/Makefile
landry 4767af3f13 Update to clutter-box2d 0.10.0:
add a patch to make sure it doesn't try to build gobject-introspection
by default (so-called .gir files which turned me mad the whole day)
ok jasper@
2009-10-10 23:22:53 +00:00

24 lines
758 B
Makefile

# $OpenBSD: Makefile,v 1.3 2009/10/10 23:22:53 landry Exp $
COMMENT= clutter Box2D integration library
DISTNAME= clutter-box2d-${MAJOR}.0
SHARED_LIBS += clutter-box2d-0.10 0.0 # .1000.0
MASTER_SITES= ${MASTER_SITES_CLUTTER:=clutter-box2d/${MAJOR}/}
MODULES= devel/gettext
WANTLIB += GL X11 Xau Xcomposite Xdamage Xdmcp Xext Xfixes Xxf86vm drm
WANTLIB += Xrender cairo expat fontconfig freetype gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += json-glib-1.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread-stubs xcb z
LIB_DEPENDS= clutter-glx-1.0::graphics/clutter/core
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--enable-introspection=no
.include <bsd.port.mk>