diff options
-rw-r--r-- | net-im/telepathy-haze/Makefile | 31 | ||||
-rw-r--r-- | net-im/telepathy-haze/distinfo | 2 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/telepathy-haze/pkg-plist | 2 |
4 files changed, 39 insertions, 0 deletions
diff --git a/net-im/telepathy-haze/Makefile b/net-im/telepathy-haze/Makefile new file mode 100644 index 000000000..2b28addbc --- /dev/null +++ b/net-im/telepathy-haze/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: telepathy-haze +# Date created: 2007-10-29 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/net-im/telepathy-haze/Makefile,v 1.3 2008/03/02 19:50:45 marcus Exp $ + +PORTNAME= haze +PORTVERSION= 0.5.0 +CATEGORIES= net-im +MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ +PKGNAMEPREFIX= telepathy- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Libpurple connection manager for telepathy + +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \ + idn.17:${PORTSDIR}/dns/libidn \ + telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib + +USE_GNOME= pkgconfig +CPPFLAGS+= -I${LOCALBASE}/include +WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION} +GNU_CONFIGURE= yes +USE_GMAKE= yes + +MAN8= telepathy-haze.8 + +.include <bsd.port.mk> diff --git a/net-im/telepathy-haze/distinfo b/net-im/telepathy-haze/distinfo new file mode 100644 index 000000000..e2900afb7 --- /dev/null +++ b/net-im/telepathy-haze/distinfo @@ -0,0 +1,2 @@ +SHA256 (telepathy-haze-0.5.0.tar.gz) = 768b5886fb6b45b7bb8b8c455eb5140c0b9bcc02a6e2e32227bd31751934077c +SIZE (telepathy-haze-0.5.0.tar.gz) = 550866 diff --git a/net-im/telepathy-haze/pkg-descr b/net-im/telepathy-haze/pkg-descr new file mode 100644 index 000000000..4ade5205b --- /dev/null +++ b/net-im/telepathy-haze/pkg-descr @@ -0,0 +1,4 @@ +Libpurple-based Telepathy connection manager, to provide Telepathy clients +with access to the full range of protocols supported by libpurple. + +WWW: http://developer.pidgin.im/wiki/Telepathy diff --git a/net-im/telepathy-haze/pkg-plist b/net-im/telepathy-haze/pkg-plist new file mode 100644 index 000000000..2af48b6c6 --- /dev/null +++ b/net-im/telepathy-haze/pkg-plist @@ -0,0 +1,2 @@ +libexec/telepathy-haze +share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service |