freebsd-ports/net-im/telepathy-haze/Makefile
Antoine Brodin 9180e96120 Add explicit build dependency on python 2.7
Reported by:	pkg-fallout
2019-04-13 05:59:28 +00:00

23 lines
593 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= telepathy-haze
PORTVERSION= 0.8.0
PORTREVISION= 3
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 python:2.7,build
USE_GNOME= libxslt:build
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>