blob: 499c672ed5ee6f3bce0fa2a0b571467976253936 (
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$
#
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>
|