diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 09:39:50 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-07-22 09:39:50 +0000 |
commit | 241846f6af22570f73ce603b240be2e581bf015c (patch) | |
tree | cfb0544d1a37f5b230710705cb2b875a6d611407 /math/fbm/Makefile | |
parent | (1) Bump patchversion to latest cleanups (diff) |
Update to 20030629.
Remove RESTRICED, NO_CDROM and NO_PACKAGE, New version has a free License.
PR: 54736
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=85349
Diffstat (limited to 'math/fbm/Makefile')
-rw-r--r-- | math/fbm/Makefile | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/math/fbm/Makefile b/math/fbm/Makefile index 4efd7f7222da..bf90fd9f3e73 100644 --- a/math/fbm/Makefile +++ b/math/fbm/Makefile @@ -6,29 +6,29 @@ # PORTNAME= fbm -PORTVERSION= 20010803 +PORTVERSION= 20030629 CATEGORIES= math MASTER_SITES= ftp://ftp.cs.utoronto.ca/pub/radford/ -DISTNAME= ${PORTNAME}.2001-08-31 +DISTNAME= ${PORTNAME}.2003-06-29 EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Flexible Bayesian Modeling and Markov Chain Sampling -RESTRICTED= 'Free for educational use and research' -NO_CDROM= 'Free for educational use and research' -NO_PACKAGE= 'Free for educational use and research' +USE_REINPLACE= yes -USE_REINPLACE= yes - -SCRIPTS = bvg-circ bvg-wrap dist-circ dist-wrap gp-circ \ - gp-wrap mix-circ mix-wrap net-circ net-wrap +SCRIPTS = bvg-circ bvg-wrap dist-circ dist-wrap gp-circ \ + gp-wrap dft-circ dft-wrap mix-circ mix-wrap \ + net-circ net-wrap PROGRAMS = bvg-grad-test bvg-hist bvg-initial bvg-mc \ bvg-plt bvg-spec bvg-stepsizes bvg-tbl calc \ combine data-spec dist-display dist-est \ dist-gen dist-genp dist-grad-test dist-hist \ dist-initial dist-mc dist-plt dist-spec \ dist-stepsizes dist-tbl extract find-min \ + dft-cases dft-dendrogram dft-display dft-gen \ + dft-hist dft-mc dft-plt dft-pred dft-spec \ + dft-tbl \ gp-cov gp-display gp-eigen gp-eval gp-gen \ gp-genp gp-grad-test gp-hist gp-mc gp-plt \ gp-pred gp-spec gp-stepsizes gp-tbl grid \ @@ -40,7 +40,7 @@ PROGRAMS = bvg-grad-test bvg-hist bvg-initial bvg-mc \ net-gd net-gen net-genp net-grad-test net-hist \ net-mc net-plt net-pred net-rej net-spec \ net-stepsizes net-tbl rand-seed series -TEXT= mix-genp +TEXT= dft-genp mix-genp post-patch: @${REINPLACE_CMD} -e 's+%%CC%%+${CC}+g;' ${WRKSRC}/make.include @@ -61,6 +61,9 @@ do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${CP} -R $(WRKSRC)/doc/* ${DOCSDIR} +.for i in make-html make-manual rm-html + @${RM} ${DOCSDIR}/${i} +.endfor @${MKDIR} ${DOCSDIR}/html @${MV} ${DOCSDIR}/*.html ${DOCSDIR}/html @${MKDIR} ${EXAMPLESDIR} |