mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
Add test
This commit is contained in:
parent
71ca6421bf
commit
7932474ad7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504445
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/MPL-2.0
|
||||
|
||||
BUILD_DEPENDS= jansson>=2.0:devel/jansson
|
||||
LIB_DEPENDS= libjansson.so:devel/jansson
|
||||
TEST_DEPENDS= check>=0.9.4:devel/check
|
||||
|
||||
USES= autoreconf gmake libtool pathfix pkgconfig ssl
|
||||
|
||||
@ -24,6 +25,8 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
|
||||
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_ARGS= CFLAGS+=-I${LOCALBASE}/include LIBS+="-L${LOCALBASE}/lib -lcheck"
|
||||
TEST_TARGET= check
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user