aboutsummaryrefslogtreecommitdiffstats
path: root/net/libosip/Makefile
blob: 97402a95fe1bdf6938483c28f4bedca0f2015d39 (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.9.7
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip

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

USE_REINPLACE=  yes
USE_LIBTOOL_VER=15
#LIBTOOLFLAGS=  --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes

MAN1=   osip.1

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

.include <bsd.port.mk>