1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/net-im/telepathy-sofiasip/Makefile
Tijl Coosemans 61375fdeb4 - Add USES=libtool to net/sofia-sip and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-07-09 16:39:16 +00:00

23 lines
554 B
Makefile

# Created by: Yuri <yuri@tsoft.com>
# $FreeBSD$
PORTNAME= telepathy-sofiasip
PORTVERSION= 0.4.5
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION}
MAINTAINER= yuri@tsoft.com
COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework
LIB_DEPENDS= libsofia-sip-ua.so:${PORTSDIR}/net/sofia-sip \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
USE_OPENSSL= yes
USES= pkgconfig gmake
USE_GNOME= glib20
.include <bsd.port.mk>