diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-08 07:06:29 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-08 07:06:29 +0800 |
| commit | 9c72d17fc68c884da4e73c358369de26ed3a4672 (patch) | |
| tree | 1b6a1af360df2b18c461c943756dd7782f1ba425 /graphics/clutter/Makefile | |
| parent | d1194224f6a4c1a91ca4663a1ab90956d1b592fb (diff) | |
| download | marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar.gz marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar.bz2 marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar.lz marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar.xz marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.tar.zst marcuscom-ports-9c72d17fc68c884da4e73c358369de26ed3a4672.zip | |
Update to 1.3.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14214 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter/Makefile')
| -rw-r--r-- | graphics/clutter/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile new file mode 100644 index 000000000..701d5fd33 --- /dev/null +++ b/graphics/clutter/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: clutter +# Date created: 2008-12-25 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= clutter +PORTVERSION= 1.3.4 +CATEGORIES= graphics +MASTER_SITES= GNOME \ + http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= OpenGL based interactive canvas library + +LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib + +USE_GMAKE= yes +USE_GETTEXT= yes +USE_BZIP2= yes +USE_AUTOTOOLS= libtool:22 +USE_GNOME= pkgconfig gtk20 gnomehack ltverhack gnomeprefix +USE_GL= gl +USE_XORG= glproto x11 xfixes xdamage xcomposite xi +USE_LDCONFIG= yes +CONFIGURE_ARGS= --with-x +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +.include <bsd.port.mk> |
