summaryrefslogtreecommitdiffstats
path: root/net-im/telepathy-haze/Makefile
blob: 7d54d5da2e9fdc773a161a910439be29e2ffc590 (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
# 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.1 2007/12/18 14:42:10 ahze Exp $

PORTNAME=   haze
PORTVERSION=    0.2.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

LIB_DEPENDS=    purple.3:${PORTSDIR}/net-im/libpurple \
        telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib

USE_GNOME=  pkgconfig
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include"
WRKSRC= ${WRKDIR}/telepathy-${PORTNAME}-${DISTVERSION}
GNU_CONFIGURE=  yes
USE_GMAKE=  yes

.include <bsd.port.mk>