diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-15 18:36:26 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-02-15 18:36:26 +0800 |
commit | 64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299 (patch) | |
tree | f5ef88ceccdaa23bad6c44853713aeba99fde9f4 /graphics/py-clutter-gtk/Makefile | |
parent | b6ecc3b9118aff12395acb0ab3fe012f17f2f940 (diff) | |
download | marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar.gz marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar.bz2 marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar.lz marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar.xz marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.tar.zst marcuscom-ports-64e1a7cb74f8bfc2dedf4bfa3b1c4aba91745299.zip |
Update to 0.10.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13632 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/py-clutter-gtk/Makefile')
-rw-r--r-- | graphics/py-clutter-gtk/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/graphics/py-clutter-gtk/Makefile b/graphics/py-clutter-gtk/Makefile new file mode 100644 index 000000000..36b2bfb71 --- /dev/null +++ b/graphics/py-clutter-gtk/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: py-clutter-gtk +# Date created: 04 Sep 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= clutter +PORTVERSION= 0.10.0 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/pyclutter-gtk/${PORTVERSION:R}/ +#MASTER_SITES= LOCAL/kwm +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= gtk +DISTNAME= py${PORTNAME}-gtk-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Python modules for Clutter-gtk toolkit + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ + ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/__init__.py:${PORTSDIR}/devel/py-gobject \ + ${LOCALBASE}/libdata/pkgconfig/pyclutter-1.0.pc:${PORTSDIR}/graphics/py-clutter +LIB_DEPENDS= clutter-gtk-0.10:${PORTSDIR}/graphics/clutter-gtk + +USE_GMAKE= 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> |