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 | |
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')
-rw-r--r-- | graphics/clutter-qt/Makefile | 34 | ||||
-rw-r--r-- | graphics/clutter-qt/distinfo | 3 | ||||
-rw-r--r-- | graphics/clutter-qt/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/clutter-qt/pkg-plist | 7 |
4 files changed, 47 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> diff --git a/graphics/clutter-qt/distinfo b/graphics/clutter-qt/distinfo new file mode 100644 index 000000000..645f395e2 --- /dev/null +++ b/graphics/clutter-qt/distinfo @@ -0,0 +1,3 @@ +MD5 (clutter-qt-1.0.0.tar.bz2) = 656e0eaa088547c01aa6e716f84e7340 +SHA256 (clutter-qt-1.0.0.tar.bz2) = b1599c270e98128e64bc0c0293e97af092f705c23896bcb20c5c1fd662c92155 +SIZE (clutter-qt-1.0.0.tar.bz2) = 270984 diff --git a/graphics/clutter-qt/pkg-descr b/graphics/clutter-qt/pkg-descr new file mode 100644 index 000000000..1dc727b9e --- /dev/null +++ b/graphics/clutter-qt/pkg-descr @@ -0,0 +1,3 @@ +QT+ Integration library for Clutter. + +WWW: http://clutter-project.org/ diff --git a/graphics/clutter-qt/pkg-plist b/graphics/clutter-qt/pkg-plist new file mode 100644 index 000000000..dd40b2c08 --- /dev/null +++ b/graphics/clutter-qt/pkg-plist @@ -0,0 +1,7 @@ +include/clutter-1.0/clutter-qt/clutter-qt.h +lib/libclutter-qt-1.0.a +lib/libclutter-qt-1.0.la +lib/libclutter-qt-1.0.so +lib/libclutter-qt-1.0.so.0 +libdata/pkgconfig/clutter-qt-1.0.pc +@dirrm include/clutter-1.0/clutter-qt |