summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-salut/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-17 14:04:32 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-17 14:04:32 +0800
commit6baed772c6e4d6e7b9546535f379428cc6e7b046 (patch)
treebbb934b5783f0e16d2e2b5fa94f4ada630db7f01 /net-im/telepathy-salut/Makefile
parenteb47000dcad7aab3d52800b8b464917aeae83179 (diff)
downloadmarcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar.gz
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar.bz2
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar.lz
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar.xz
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.tar.zst
marcuscom-ports-6baed772c6e4d6e7b9546535f379428cc6e7b046.zip
Update to 0.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10140 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-salut/Makefile')
-rw-r--r--net-im/telepathy-salut/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile
new file mode 100644
index 000000000..c7286761b
--- /dev/null
+++ b/net-im/telepathy-salut/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: telepathy-salut
+# Date created: Apr 16 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= telepathy-salut
+PORTVERSION= 0.3.0
+CATEGORIES= net-im
+MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Link-local Connection Manager for Telepathy Framework
+
+LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
+ avahi-glib.pc:${PORTSDIR}/net/avahi-app \
+ telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-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}
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack pkgconfig gnometarget
+USE_OPENSSL= yes
+USE_PYTHON_BUILD= yes
+
+MAN8= telepathy-salut.8
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \
+ ${WRKSRC}/src/Makefile.in \
+ ${WRKSRC}/tests/Makefile.in \
+ ${WRKSRC}/lib/gibber/examples/Makefile.in
+
+.include <bsd.port.mk>