1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/net-im/telepathy-salut/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

33 lines
927 B
Makefile

# Created by: Florent Thoumie <flz@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/net-im/telepathy-salut/Makefile 19802 2014-08-13 12:13:08Z gusi $
PORTNAME= telepathy-salut
PORTVERSION= 0.8.1
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Link-local Connection Manager for Telepathy Framework
LIB_DEPENDS= libavahi-glib.so:net/avahi-app \
libtelepathy-glib.so:net-im/telepathy-glib \
libsoup-2.4.so:devel/libsoup
GNU_CONFIGURE= yes
USES= gmake libtool pathfix pkgconfig python:2.7,build sqlite ssl
USE_GNOME= glib20 libxslt:build
CONFIGURE_ARGS= --disable-Werror --enable-avahi-tests=no
LDFLAGS+= -lpthread
INSTALL_TARGET= install-strip
PLIST_SUB+= VERSION=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \
${WRKSRC}/src/Makefile.in \
${WRKSRC}/tests/Makefile.in
.include <bsd.port.mk>