blob: f036b19be1301f8fbee33cbc2894dd66f4b78407 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= telepathy-haze
PORTVERSION= 0.8.0
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Libpurple connection manager for telepathy
LIB_DEPENDS= libpurple.so:net-im/libpurple \
libidn.so:dns/libidn \
libtelepathy-glib.so:net-im/telepathy-glib
USES= gmake pathfix pkgconfig
USE_GNOME= libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|