mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Switch to USES=localbase
- Switch to new test framework Approved by: portmgr blanket
This commit is contained in:
parent
0d1b5450d4
commit
fc9ba0aff7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472235
@ -16,12 +16,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= librngstreams.so:math/rngstreams
|
||||
|
||||
USES= gmake libtool
|
||||
USES= gmake libtool localbase:ldflags
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \
|
||||
--enable-info
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ENV= MAKE="${MAKE_CMD}"
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
@ -43,7 +41,7 @@ post-install-DOCS-on:
|
||||
.ifdef(MAINTAINER_MODE)
|
||||
CONFIGURE_ARGS+= --enable-check-struct --enable-logging
|
||||
|
||||
check regression-test test: build
|
||||
do-test:
|
||||
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check)
|
||||
|
||||
fullcheck: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user