Lines 1-9
Link Here
|
1 |
# $FreeBSD: head/security/intel-ipsec-mb/Makefile 548693 2020-09-15 01:58:53Z vanilla $ |
1 |
# $FreeBSD: head/security/intel-ipsec-mb/Makefile 551737 2020-10-09 00:20:27Z vanilla $ |
2 |
|
2 |
|
3 |
PORTNAME= intel-ipsec-mb |
3 |
PORTNAME= intel-ipsec-mb |
4 |
DISTVERSIONPREFIX= v |
4 |
DISTVERSION= 0.55.0 |
5 |
DISTVERSION= 0.54.1 |
|
|
6 |
DISTVERSIONSUFFIX= -dev |
7 |
CATEGORIES= security |
5 |
CATEGORIES= security |
8 |
|
6 |
|
9 |
MAINTAINER= freebsd@sysctl.cz |
7 |
MAINTAINER= freebsd@sysctl.cz |
Lines 20-26
Link Here
|
20 |
|
18 |
|
21 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
22 |
GH_ACCOUNT= intel |
20 |
GH_ACCOUNT= intel |
23 |
GH_PROJECT= intel-ipsec-mb |
21 |
GH_TAGNAME= 55179f0 |
24 |
|
22 |
|
25 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
26 |
PLIST_FILES= include/intel-ipsec-mb.h \ |
24 |
PLIST_FILES= include/intel-ipsec-mb.h \ |
Lines 38-43
Link Here
|
38 |
|
36 |
|
39 |
do-test: |
37 |
do-test: |
40 |
cd ${WRKSRC}/test && ./ipsec_xvalid_test -v |
38 |
cd ${WRKSRC}/test && ./ipsec_xvalid_test -v |
41 |
cd ${WRKSRC}/test && ./ipsec_MB_testapp -v |
39 |
cd ${WRKSRC}/test && ./ipsec_MB_testapp --auto-detect |
42 |
|
40 |
|
43 |
.include <bsd.port.mk> |
41 |
.include <bsd.port.mk> |