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

PORTNAME=	libosip
PORTVERSION=	3.3.0
CATEGORIES=	net
MASTER_SITES=	GNU/osip
DISTNAME=	${PORTNAME}2-${PORTVERSION}

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

CONFLICTS=	libosip2-2*

USE_GNOME=	gnomehack gnometarget pkgconfig
USE_AUTOTOOLS=	libtool:15
CONFIGURE_ARGS=	--disable-debug --disable-trace
USE_LDCONFIG=	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>