aboutsummaryrefslogtreecommitdiffstats
path: root/math/unuran
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-19 21:04:07 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-19 21:04:07 +0800
commit894d18336beaeb2e8b801aa6980d60f37c264cb3 (patch)
treecd3090dfa541f515d4dcdf770477116151b5985e /math/unuran
parent2e972fac7b8a36ef46cf424ffef60911edaf5152 (diff)
downloadfreebsd-ports-gnome-894d18336beaeb2e8b801aa6980d60f37c264cb3.tar.gz
freebsd-ports-gnome-894d18336beaeb2e8b801aa6980d60f37c264cb3.tar.zst
freebsd-ports-gnome-894d18336beaeb2e8b801aa6980d60f37c264cb3.zip
1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
Diffstat (limited to 'math/unuran')
-rw-r--r--math/unuran/Makefile10
-rw-r--r--math/unuran/pkg-plist2
2 files changed, 6 insertions, 6 deletions
diff --git a/math/unuran/Makefile b/math/unuran/Makefile
index 0d7add9e4c57..af182a500846 100644
--- a/math/unuran/Makefile
+++ b/math/unuran/Makefile
@@ -3,6 +3,7 @@
PORTNAME= unuran
PORTVERSION= 1.8.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \
LOCAL/bf
@@ -10,10 +11,10 @@ MASTER_SITES= http://statmath.wu-wien.ac.at/unuran/ \
MAINTAINER= bf@FreeBSD.org
COMMENT= Universal Non-Uniform RANdom number generators
-LIB_DEPENDS= rngstreams:${PORTSDIR}/math/rngstreams
+LIB_DEPENDS= librngstreams.so:${PORTSDIR}/math/rngstreams
LICENSE= GPLv2
-USES= gmake
+USES= gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-urng-rngstream --with-urng-default=rngstream \
--enable-info
@@ -25,16 +26,15 @@ USE_LDCONFIG= yes
INFO= unuran
PORTDOCS= unuran.pdf unuran.txt
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/UNURANFULLCHECK=true make check/s/make/${GMAKE}/' \
${WRKSRC}/Makefile.in
.ifndef(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for DD in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/doc/${DD} ${STAGEDIR}${DOCSDIR}
.endfor
.endif
diff --git a/math/unuran/pkg-plist b/math/unuran/pkg-plist
index 3eaf1ef8a9df..1fd740931268 100644
--- a/math/unuran/pkg-plist
+++ b/math/unuran/pkg-plist
@@ -4,6 +4,6 @@ include/unuran_urng_gsl.h
include/unuran_urng_prng.h
include/unuran_urng_rngstreams.h
lib/libunuran.a
-lib/libunuran.la
lib/libunuran.so
lib/libunuran.so.15
+lib/libunuran.so.15.0.0