aboutsummaryrefslogtreecommitdiffstats
path: root/net/libosip2/Makefile
blob: 7e566c4c2f08d650321f3db8d7d76a532b575939 (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
28
# ex:ts=8
# Ports collection makefile for:    libosip
# Date created:         Jun 14, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libosip
PORTVERSION=    0.8.9
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip

MAINTAINER= ports@FreeBSD.org

PORTCOMMENT=    oSIP is an implementation of SIP

USE_REINPLACE=  yes
USE_LIBTOOL=    yes
LIBTOOLFLAGS=   --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes

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

.include <bsd.port.mk>