mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
25 lines
376 B
Makefile
25 lines
376 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sofia-sip
|
|
PORTVERSION= 1.12.11
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Open-source SIP User-Agent library
|
|
|
|
USES= pathfix pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_OPENSSL= yes
|
|
USE_GNOME= glib20
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
MAN1= sip-date.1 \
|
|
sip-options.1 \
|
|
localinfo.1 \
|
|
addrinfo.1 \
|
|
stunc.1 \
|
|
sip-dig.1
|
|
|
|
.include <bsd.port.mk>
|