mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
4cd809bc4c
PR: 59467 Submitted by: Ports Fury
28 lines
625 B
Makefile
28 lines
625 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libosip2
|
|
# Date created: Nov 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libosip2
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://osip.atosc.org/download/osip/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A low layer of SIP implementation
|
|
|
|
USE_REINPLACE= yes
|
|
USE_LIBTOOL= yes
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --disable-debug --disable-trace
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|