aboutsummaryrefslogtreecommitdiff
path: root/net/sofia-sip/Makefile
blob: 8547d17c329e6ab6f4788b8de42f214e8ae5f8d1 (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=	2
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>