aboutsummaryrefslogtreecommitdiffstats
path: root/net/sofia-sip/Makefile
blob: a89b95f1bd4ebd1e477d678db4f252f87554a364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   sofia-sip
PORTVERSION=    1.12.11
CATEGORIES= net
MASTER_SITES=   SF

MAINTAINER= ports@FreeBSD.org
COMMENT=    Open-source SIP User-Agent library

LICENSE=    LGPL21

# Looks like GNU make(1) is needed for parallel (-jX) builds to work
USES=       gmake 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

NO_STAGE=   yes
.include <bsd.port.mk>