aboutsummaryrefslogtreecommitdiffstats
path: root/math/unuran
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-06-12 16:34:34 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-06-12 16:34:34 +0800
commit76922bc1c3a668d3870f4222d9e3895993de0b55 (patch)
tree62978e6bd845a42977c2a18c5dede18f31553d27 /math/unuran
parentfdaf87197b11c42170710faa3c1de34b0d5d9b09 (diff)
downloadfreebsd-ports-gnome-76922bc1c3a668d3870f4222d9e3895993de0b55.tar.gz
freebsd-ports-gnome-76922bc1c3a668d3870f4222d9e3895993de0b55.tar.zst
freebsd-ports-gnome-76922bc1c3a668d3870f4222d9e3895993de0b55.zip
- Switch to USES=localbase
- Switch to new test framework Approved by: portmgr blanket
Diffstat (limited to 'math/unuran')
-rw-r--r--math/unuran/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile
index 438ff3bcc3e6..4656fcc6541d 100644
--- a/math/unuran/Makefile
+++ b/math/unuran/Makefile
@@ -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