From 5275b97436429a49d0d7084dcff7d2fe01e9f439 Mon Sep 17 00:00:00 2001 From: kwm Date: Thu, 7 May 2009 22:25:21 +0000 Subject: Update to 0.9.0 git snapshot. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12278 df743ca5-7f9a-e211-a948-0013205c9059 --- graphics/clutter-gtk/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 graphics/clutter-gtk/Makefile (limited to 'graphics/clutter-gtk/Makefile') diff --git a/graphics/clutter-gtk/Makefile b/graphics/clutter-gtk/Makefile new file mode 100644 index 000000000..57bf688f3 --- /dev/null +++ b/graphics/clutter-gtk/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: clutter-gtk +# Date created: 2008-12-25 +# Whom: Martin Wilke +# +# $FreeBSD: ports/graphics/clutter-gtk/Makefile,v 1.2 2009/03/04 07:38:31 marcus Exp $ +# + +PORTNAME= clutter-gtk +PORTVERSION= 0.9.0.a20090506 +CATEGORIES= graphics +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= kwm +#http://www.clutter-project.org/sources/${PORTNAME}/0.8/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/./} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GTK+ Integration library for Clutter + +LIB_DEPENDS= clutter-glx-0.9:${PORTSDIR}/graphics/clutter + +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 +USE_GNOME= gnomehack gtk20 ltverhack gnomeprefix +USE_XORG= xp x11 +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include -- cgit v1.2.3