aboutsummaryrefslogtreecommitdiffstats
path: root/net/libosip2/Makefile
blob: 81d0329d86a174b26d2ffd3a16aec5b2748e6eb9 (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:    libosip2
# Date created:         Nov 7, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libosip2
PORTVERSION=    2.2.3
CATEGORIES= net
MASTER_SITES=   http://www.antisip.com/download/ \
        ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= osip

MAINTAINER= xride@x12.dk
COMMENT=    A low layer of SIP implementation

USE_GNOME=  gnomehack gnometarget pkgconfig
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-debug --disable-trace
INSTALLS_SHLIB= yes

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>