summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-gabble/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-22 04:29:53 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-12-22 04:29:53 +0800
commit461d29d98e159dfc79485c2cda029b27118ac384 (patch)
treef45e23ded5a6ce83c205fd3b081f5fc3396c13f3 /net-im/telepathy-gabble/Makefile
parenta46598fed08bc4e127efb193a80bf7fb7b8a7089 (diff)
downloadmarcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.gz
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.bz2
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.lz
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.xz
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.tar.zst
marcuscom-ports-461d29d98e159dfc79485c2cda029b27118ac384.zip
Update to 0.7.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/telepathy-gabble/Makefile')
-rw-r--r--net-im/telepathy-gabble/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile
new file mode 100644
index 000000000..6de5e99e0
--- /dev/null
+++ b/net-im/telepathy-gabble/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: telepathy-gabble
+# Date created: Apr 19 2007
+# Whom: Florent Thoumie <flz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.2 2008/02/27 14:17:54 ahze Exp $
+
+PORTNAME= telepathy-gabble
+PORTVERSION= 0.7.17
+CATEGORIES= net-im
+MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Jabber Connection Manager for Telepathy Framework
+
+LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \
+ dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \
+ telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \
+ loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth
+
+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
+LDFLAGS= ${PTHREAD_LIBS}
+USE_GMAKE= yes
+USE_GNOME= gnomehack pkgconfig glib20
+USE_OPENSSL= yes
+USE_PYTHON_BUILD= yes
+
+MAN8= telepathy-gabble.8
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_OPENSSL_BASE)
+CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include"
+.endif
+
+.include <bsd.port.post.mk>