aboutsummaryrefslogtreecommitdiff
path: root/security/beecrypt/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-27 17:17:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-06-27 17:17:36 +0000
commit81705df5d7205e1103ab1a60b49decfc3b481a39 (patch)
tree83ab37a88169735e008c503fbeeda07027bb32a7 /security/beecrypt/Makefile
parent5543ebe2706d29ba4107b10c339535b8a2d95eec (diff)
downloadports-81705df5d7205e1103ab1a60b49decfc3b481a39.tar.gz
ports-81705df5d7205e1103ab1a60b49decfc3b481a39.zip
- Add LICENSE
- Switch to new test framework Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=505211
Diffstat (limited to 'security/beecrypt/Makefile')
-rw-r--r--security/beecrypt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile
index aec4d9630123..dae2a15db9f9 100644
--- a/security/beecrypt/Makefile
+++ b/security/beecrypt/Makefile
@@ -13,6 +13,9 @@ PATCH_SITES= http://sourceforge.net/p/beecrypt/patches/_discuss/thread/bff89ba1/
MAINTAINER= mi@aldan.algebra.com
COMMENT= BeeCrypt is an open source cryptography library
+LICENSE= LGPL21+
+LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+
BROKEN_powerpc64= Does not build: Error: unsupported relocation against r3
GNU_CONFIGURE= yes
@@ -20,6 +23,7 @@ CONFIGURE_ARGS= --without-java --without-python
INSTALL_TARGET= install-strip
USES= libtool
USE_LDCONFIG= yes
+TEST_TARGET= check
OPTIONS_DEFINE= OPENMP
OPENMP_CONFIGURE_ENABLE= openmp
@@ -40,8 +44,4 @@ CPPFLAGS+= -DOPTIMIZE_${o:tu}
.endif
.endfor
-regression-test test check: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS} check)
-
.include <bsd.port.mk>