23 lines
371 B
Makefile
23 lines
371 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libzrtpcppcore
|
|
DISTVERSIONPREFIX= V
|
|
DISTVERSION= 4.3.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNU ZRTP library
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= wernerd
|
|
GH_PROJECT= ZRTPCPP
|
|
|
|
USES= cmake:outsource
|
|
CMAKE_ARGS= -DCORE_LIB=true
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|