diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 22:22:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-07 22:22:39 +0800 |
commit | a634576eceb9b6efbb4fcdccbd45cf19ae605e10 (patch) | |
tree | 7be9ad214ad811113ff507d9c41de8f02065549c /graphics/clutter-qt/Makefile | |
parent | e1f784956bb6fd7f64cd903bf80b359bb1040725 (diff) | |
download | marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar.gz marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar.bz2 marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar.lz marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar.xz marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.tar.zst marcuscom-ports-a634576eceb9b6efbb4fcdccbd45cf19ae605e10.zip |
Add clutter-qt.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/clutter-qt/Makefile')
-rw-r--r-- | graphics/clutter-qt/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/graphics/clutter-qt/Makefile b/graphics/clutter-qt/Makefile new file mode 100644 index 000000000..1fc197b88 --- /dev/null +++ b/graphics/clutter-qt/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: clutter-qt +# Date created: 04 Aug 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= clutter-qt +PORTVERSION= 1.0.0 +CATEGORIES= graphics +MASTER_SITES= http://www.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/ + +MAINTAINER= gnome@FreeBSD.org +COMMENT= QT+ Integration library for Clutter + +LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter + +USE_BZIP2= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:22 +USE_QT_VER= 4 +QT_COMPONENTS= corelib gui moc_build +USE_GNOME= gnomehack +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} + +post-patch: + @${RM} ${WRKSRC}/examples/moc_testqt.cc \ + ${WRKSRC}/clutter-qt/moc_clutter-qt.cc + +.include <bsd.port.mk> |