aboutsummaryrefslogtreecommitdiff
path: root/math/unuran
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-19 13:04:07 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-19 13:04:07 +0000
commitee004c60739b36d8da35ba3013043c9d185b4c70 (patch)
treecd3090dfa541f515d4dcdf770477116151b5985e /math/unuran
parent4f623e0f1421197ab570dd0712fbd1722ac70d3f (diff)
downloadports-ee004c60739b36d8da35ba3013043c9d185b4c70.tar.gz
ports-ee004c60739b36d8da35ba3013043c9d185b4c70.zip
1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358405
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