mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
security/intel-ipsec-mb: Only build unit tests upon request
Instead on building unit tests every time just do it when requested Approved by: portmgr (blanket, build fix)
This commit is contained in:
parent
eb66f46580
commit
835d5954f5
1 changed files with 4 additions and 3 deletions
|
@ -14,15 +14,13 @@ ONLY_FOR_ARCHS= amd64
|
|||
|
||||
BUILD_DEPENDS= nasm:devel/nasm
|
||||
|
||||
USES= cmake
|
||||
USES= cmake:testing
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= intel
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH=${PREFIX}/share/man/man7
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
PLIST_FILES= include/intel-ipsec-mb.h \
|
||||
lib/libIPSec_MB.so \
|
||||
lib/libIPSec_MB.so.2 \
|
||||
|
@ -30,6 +28,9 @@ PLIST_FILES= include/intel-ipsec-mb.h \
|
|||
share/man/man7/libipsec-mb-dev.7.gz \
|
||||
share/man/man7/libipsec-mb.7.gz
|
||||
|
||||
CMAKE_TESTING_OFF= BUILD_LIBRARY_ONLY
|
||||
CMAKE_ON= BUILD_LIBRARY_ONLY
|
||||
|
||||
OPTIONS_DEFINE= AESNIEMU
|
||||
|
||||
AESNIEMU_DESC= Enable AESI-NI Emulation
|
||||
|
|
Loading…
Add table
Reference in a new issue