aboutsummaryrefslogtreecommitdiff
path: root/net/libosip2/Makefile
blob: d2fce7459548e38f8630ec3c402907087df4527d (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
# ex:ts=8
# Ports collection makefile for:	libosip2
# Date created:			Nov 7, 2003
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	libosip2
PORTVERSION=	2.0.6
CATEGORIES=	net
MASTER_SITES=	http://osip.atosc.org/download/osip/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A low layer of SIP implementation

USE_GNOME=	gnometarget lthack
USE_REINPLACE=	yes
USE_LIBTOOL=	yes
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
CONFIGURE_ARGS=	--disable-debug --disable-trace
INSTALLS_SHLIB=	yes

post-patch:
	@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure

.include <bsd.port.mk>