mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8f571a422e
PR: ports/73735 Submitted by: Ports Fury
28 lines
544 B
Makefile
28 lines
544 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libosip2
|
|
# Date created: Nov 7, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libosip2
|
|
PORTVERSION= 2.0.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= osip
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A low layer of SIP implementation
|
|
|
|
USE_GNOME= gnometarget
|
|
USE_REINPLACE= yes
|
|
USE_LIBTOOL_VER= 15
|
|
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>
|