summaryrefslogtreecommitdiffstats
path: root/net/libosip2/Makefile
blob: c25a57b162f6b658c73c8277f9efb50adb62511b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	libosip2
PORTVERSION=	4.0.0
CATEGORIES=	net
MASTER_SITES=	GNU/osip

MAINTAINER=	5u623l20@gmail.com
COMMENT=	Low layer of SIP implementation

LICENSE=	LGPL21

CONFIGURE_ARGS=	--disable-debug --disable-trace
USE_AUTOTOOLS=	libtool
USE_LDCONFIG=	yes
USES=		pathfix pkgconfig

post-patch:
	@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
	@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud