mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libosip
|
|
# Date created: Jun 14, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libosip
|
|
PORTVERSION= 3.5.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
|
|
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>
|