Lines 2-15
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= libzrtpcppcore |
3 |
PORTNAME= libzrtpcppcore |
4 |
DISTVERSIONPREFIX= V |
4 |
DISTVERSIONPREFIX= V |
5 |
DISTVERSION= 4.3.1 |
5 |
DISTVERSION= 4.4.0 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= security |
6 |
CATEGORIES= security |
|
|
7 |
MASTER_SITES= GH |
8 |
|
8 |
|
9 |
MAINTAINER= ports@FreeBSD.org |
9 |
MAINTAINER= ports@FreeBSD.org |
10 |
COMMENT= GNU ZRTP library |
10 |
COMMENT= GNU ZRTP library |
11 |
|
11 |
|
12 |
LICENSE= LGPL3 |
12 |
LICENSE= LGPL3 # (or later) |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
14 |
|
15 |
USE_GITHUB= yes |
15 |
USE_GITHUB= yes |
Lines 17-23
Link Here
|
17 |
GH_PROJECT= ZRTPCPP |
17 |
GH_PROJECT= ZRTPCPP |
18 |
|
18 |
|
19 |
USES= cmake:outsource |
19 |
USES= cmake:outsource |
20 |
CMAKE_ARGS= -DCORE_LIB=true |
20 |
CMAKE_ARGS= -DCORE_LIB:BOOL=ON |
21 |
USE_LDCONFIG= yes |
21 |
USE_LDCONFIG= yes |
22 |
|
22 |
|
23 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |