23 lines
353 B
Makefile
23 lines
353 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sofia-sip
|
|
PORTVERSION= 1.12.11
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= bapt@FreeBSD.org
|
|
COMMENT= Open-source SIP User-Agent library
|
|
|
|
USES= pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
USE_GNOME= glib20
|
|
|
|
MAN1= sip-date.1 \
|
|
sip-options.1 \
|
|
localinfo.1 \
|
|
addrinfo.1 \
|
|
stunc.1 \
|
|
sip-dig.1
|
|
|
|
.include <bsd.port.mk>
|