mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
61375fdeb4
- Add INSTALL_TARGET=install-strip
23 lines
554 B
Makefile
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>
|