mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
6a1409ed2c
PR: 223574 Approved by: bofh (maintainer timeout, 3 weeks) MFH: 2017Q4 Security: CVE-2017-7853
24 lines
449 B
Makefile
24 lines
449 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libosip2
|
|
PORTVERSION= 5.0.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= GNU/osip
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Low layer of SIP implementation
|
|
|
|
LICENSE= LGPL21
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-debug --disable-trace
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool pathfix pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS/s| help | |g" ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|