blob: 7b7c90a1344e7122e5d3bcc54a184dc7a8724497 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= sofia-sip
PORTVERSION= 1.12.11
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Open-source SIP User-Agent library
LICENSE= LGPL21
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
# Looks like GNU make(1) is needed for parallel (-jX) builds to work
USES= gmake libtool pathfix pkgconfig
USE_OPENSSL= yes
USE_GNOME= glib20
.include <bsd.port.mk>
|