freebsd-ports/net-im/telepathy-haze/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

24 lines
576 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= telepathy-haze
PORTVERSION= 0.8.0
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Libpurple connection manager for telepathy
LIB_DEPENDS= libpurple.so:net-im/libpurple \
libidn.so:dns/libidn \
libtelepathy-glib.so:net-im/telepathy-glib
USES= gmake pathfix pkgconfig
USE_GNOME= libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>