diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-27 05:06:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-27 05:06:34 +0800 |
commit | cc494287dcf00033f59fdb9ed44a705e49d67d13 (patch) | |
tree | 8fcf94cb5b888b0d68e27c12cfaa53449e4bf29b /graphics/py-clutter/Makefile | |
parent | 0db40be0ebfcd865a396978812dcdbf3e5e5a62e (diff) | |
download | marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar.gz marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar.bz2 marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar.lz marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar.xz marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.tar.zst marcuscom-ports-cc494287dcf00033f59fdb9ed44a705e49d67d13.zip |
Fix the build with clutter-1.3.12.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14469 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-clutter/Makefile')
-rw-r--r-- | graphics/py-clutter/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile new file mode 100644 index 000000000..fd8595e55 --- /dev/null +++ b/graphics/py-clutter/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: py-clutter +# Date created: 2008-12-26 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/graphics/py-clutter/Makefile,v 1.6 2010/05/10 04:21:19 marcus Exp $ +# + +PORTNAME= clutter +PORTVERSION= 1.0.2 +PORTREVISION= 2 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/pyclutter/${PORTVERSION:R}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= py${PORTNAME}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Python modules for Clutter toolkit + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ + ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ + ${PYTHON_SITELIBDIR}/cairo/__init__.py:${PORTSDIR}/graphics/py-cairo +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GETTEXT= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= gnomehack pygnome2 pygtk2 +USE_PYTHON= 2.5+ +CONFIGURE_ARGS= --disable-docs +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> |