diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-08 17:35:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-06-08 17:35:29 +0800 |
commit | 2c7362b49e99ca40290501db35bd8c29a08b1ade (patch) | |
tree | daa5559af223b021d41335d6b970b48c28f2dfad /net-im/telepathy-glib/Makefile | |
parent | 65fe8afea756f862f5f95f0a42c62a58c47d6934 (diff) | |
download | marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar.gz marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar.bz2 marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar.lz marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar.xz marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.tar.zst marcuscom-ports-2c7362b49e99ca40290501db35bd8c29a08b1ade.zip |
Update to 0.11.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14225 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-glib/Makefile')
-rw-r--r-- | net-im/telepathy-glib/Makefile | 35 |
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..4af34f830 --- /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.11.6 +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> |