aboutsummaryrefslogblamecommitdiff
path: root/security/bzrtp/Makefile
blob: f94c9a7c3eb8f85d7946faa2e6cbed6e43195d9f (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
                     
                        
                                                                
 
                                 

                                               
                      

                                 
                                             
 

                                      


                       




                                                                              
                      
PORTNAME=	bzrtp
PORTVERSION=	1.0.6
CATEGORIES=	security
MASTER_SITES=	https://www.linphone.org/releases/sources/bzrtp/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	ZRTP support library (RFC 6189)

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libbctoolbox.so:net/bctoolbox

USES=		cmake cpe gnome sqlite
CPE_VENDOR=	${PORTNAME}_project
USE_GNOME=	libxml2
USE_LDCONFIG=	yes

CMAKE_ARGS=	-DENABLE_STATIC=NO -DENABLE_STRICT=NO

post-patch:
	@${REINPLACE_CMD} 's/<alloca\.h>/<stdlib.h>/' ${WRKSRC}/src/zidCache.c

.include <bsd.port.mk>