summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-glib/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-22 06:15:35 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2009-12-22 06:15:35 +0800
commitdd94f728fa17c2fdf8b77058bdc42ea76677c143 (patch)
tree5fde938b42e2ac3fe7450cdb5ae477a2a1418c38 /net-im/telepathy-glib/Makefile
parentadf593b9e2ae7ce51d42429fa90874af6778509f (diff)
downloadmarcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar.gz
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar.bz2
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar.lz
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar.xz
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.tar.zst
marcuscom-ports-dd94f728fa17c2fdf8b77058bdc42ea76677c143.zip
Update to 0.9.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13278 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r--net-im/telepathy-glib/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/net-im/telepathy-glib/Makefile b/net-im/telepathy-glib/Makefile
new file mode 100644
index 000000000..fff2ee037
--- /dev/null
+++ b/net-im/telepathy-glib/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: telepathy-glib
+# Date created: Apr 19 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= telepathy-glib
+PORTVERSION= 0.9.2
+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
+
+BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g}
+
+USE_AUTOTOOLS= libtool:22
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+USE_GNOME= gnomehack pkgconfig glib20 ltverhack
+USE_PYTHON_BUILD= yes
+MAKE_JOBS_UNSAFE= yes
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|\(^pkgconfigdir =\).*|\1 ${PREFIX}/libdata/pkgconfig|' \
+ ${WRKSRC}/telepathy-glib/Makefile.in
+
+.include <bsd.port.mk>