summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-18 04:11:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2011-01-18 04:11:05 +0800
commitd712eb8731eda1f783c495fe090a3c0c7198266c (patch)
tree2f119daaf475d56616f4daaa9294363fb706306e /net-im/telepathy-glib/Makefile
parentb8d247931b3489c3356e36503785b3ae92d77630 (diff)
downloadmarcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar.gz
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar.bz2
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar.lz
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar.xz
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.tar.zst
marcuscom-ports-d712eb8731eda1f783c495fe090a3c0c7198266c.zip
Chase the path to vala-vapigen.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15041 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
new file mode 100644
index 000000000..4de150712
--- /dev/null
+++ b/net-im/telepathy-glib/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: telepathy-glib
+# Date created: Apr 19 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/net-im/telepathy-glib/Makefile,v 1.15 2010/10/21 17:35:24 kwm Exp $
+
+PORTNAME= telepathy-glib
+PORTVERSION= 0.12.7
+PORTREVISION= 1
+CATEGORIES= net-im
+MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GLib utility library for the Telepathy framework
+
+LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
+ dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib
+
+BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
+ vapigen-0.12:${PORTSDIR}/lang/vala-vapigen \
+ g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
+
+BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} \
+ vapigen-0.12:${PORTSDIR}/lang/vala-vapigen
+
+USE_AUTOTOOLS= libtool
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_GNOME= gnomehack pkgconfig glib20 ltverhack
+USE_PYTHON_BUILD= yes
+MAKE_JOBS_UNSAFE= yes
+CONFIGURE_ARGS= --enable-vala-bindings
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
+ ${WRKSRC}/telepathy-glib/Makefile.in
+ @${REINPLACE_CMD} -e 's|datarootdir)/vala/vapi|datarootdir)/vala-0.10/vapi|g' \
+ ${WRKSRC}/vala/Makefile.in
+
+.include <bsd.port.mk>