2007-04-20 01:30:22 +02:00
|
|
|
# $FreeBSD$
|
2013-03-08 11:51:34 +01:00
|
|
|
# $MCom: ports/net-im/telepathy-idle/Makefile,v 1.6 2012/08/17 19:06:45 kwm Exp $
|
2007-04-20 01:30:22 +02:00
|
|
|
|
|
|
|
PORTNAME= telepathy-idle
|
2013-03-08 11:51:34 +01:00
|
|
|
PORTVERSION= 0.1.11
|
2007-04-20 01:30:22 +02:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= IRC Connection Manager for Telepathy Framework
|
|
|
|
|
2014-06-01 14:23:08 +02:00
|
|
|
LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
|
|
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
|
|
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
|
2007-04-20 01:30:22 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-06-01 14:23:08 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
2007-04-20 01:30:22 +02:00
|
|
|
USE_OPENSSL= yes
|
2014-06-01 14:23:08 +02:00
|
|
|
USE_GNOME= glib20 libxslt:build
|
2013-12-15 16:54:56 +01:00
|
|
|
USE_PYTHON_BUILD=yes
|
2007-04-20 01:30:22 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-04-20 01:30:22 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
#.if defined(WITH_OPENSSL_BASE)
|
2007-04-20 01:30:22 +02:00
|
|
|
CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -lssl -lcrypto" OPENSSL_CFLAGS="-I/usr/include"
|
2013-03-08 11:51:34 +01:00
|
|
|
#.endif
|
|
|
|
# OPENSSL_CFLAGS
|
|
|
|
# C compiler flags for OPENSSL, overriding pkg-config
|
|
|
|
# OPENSSL_LIBS
|
|
|
|
# linker flags for OPENSSL, overriding pkg-config
|
2007-04-20 01:30:22 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|strnlen(\([^,]*\), [^)]*)|strlen(\1)|' \
|
|
|
|
${WRKSRC}/src/idle-connection.c \
|
2007-05-03 12:58:55 +02:00
|
|
|
${WRKSRC}/src/idle-parser.c
|
2007-04-20 01:30:22 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
.include <bsd.port.mk>
|