summaryrefslogtreecommitdiffstats
path: root/multimedia/clutter-gst/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-05-14 15:53:15 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-05-14 15:53:15 +0800
commit23cc21d36495f43c0269eb3fa44758cbf0124431 (patch)
treee382b13b868809cb6b8b3dd8a6fde3225ed5476f /multimedia/clutter-gst/Makefile
parent68ef24f3e69d5d7771aec8f50d9e7729bdd0fd11 (diff)
downloadmarcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar.gz
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar.bz2
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar.lz
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar.xz
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.tar.zst
marcuscom-ports-23cc21d36495f43c0269eb3fa44758cbf0124431.zip
Update to 0.3.10.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15958 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/clutter-gst/Makefile')
-rw-r--r--multimedia/clutter-gst/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/multimedia/clutter-gst/Makefile b/multimedia/clutter-gst/Makefile
new file mode 100644
index 000000000..710834434
--- /dev/null
+++ b/multimedia/clutter-gst/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: clutter-gst
+# Date created: 2008-12-25
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/multimedia/clutter-gst/Makefile,v 1.6 2010/06/29 21:14:02 kwm Exp $
+
+PORTNAME= clutter-gst
+PORTVERSION= 1.3.10
+CATEGORIES= multimedia
+MASTER_SITES= http://source.clutter-project.org/sources/${PORTNAME}/${PORTVERSION:R}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Clutter GStreamer integration
+
+LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_AUTOTOOLS= libtool
+USE_GNOME= gnomehack ltverhack gnomeprefix
+USE_GSTREAMER= yes
+USE_XORG= xp x11
+USE_LDCONFIG= yes
+CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
+LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+
+.include <bsd.port.mk>