1: Stagify.
2: USES=libtool, bump version. Approved by: portmgr@
This commit is contained in:
parent
4f623e0f14
commit
ee004c6073
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358405
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user