mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add LICENSE
- Switch to new test framework Approved by: portmgr blanket
This commit is contained in:
parent
5543ebe270
commit
81705df5d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505211
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user