summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-haze/Makefile
blob: 23ed7cab228067bea8de7a9ea1c0f2c862817685 (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
24
25
26
27
28
29
30
# 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.6 2012/06/13 00:56:29 mezz Exp $
#

PORTNAME=   telepathy-haze
PORTVERSION=    0.6.0
CATEGORIES= net-im
MASTER_SITES=   http://telepathy.freedesktop.org/releases/telepathy-haze/

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>