1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/libosip2/Makefile
Jung-uk Kim 6a1409ed2c Add an upstream patch to fix security vulnerability.
PR:		223574
Approved by:	bofh (maintainer timeout, 3 weeks)
MFH:		2017Q4
Security:	CVE-2017-7853
2017-12-01 00:02:47 +00:00

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>