summaryrefslogtreecommitdiff
path: root/math/R
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-07-07 18:01:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-07-07 18:01:24 +0000
commit263207dc8766a8bb3f60f7d60f49c0daf17570f5 (patch)
treecfc8f3be400eb88d9836bcc2959d2c119e422dd0 /math/R
parentPresenting GNOME 2.10.2 for FreeBSD. Check out (diff)
- Always use external gettext
- Bring in fresh makeinfo so HTML manual can be build [1] Reported by: krismail [1]
Notes
Notes: svn path=/head/; revision=138660
Diffstat (limited to 'math/R')
-rw-r--r--math/R/Makefile7
-rw-r--r--math/R/pkg-plist6
2 files changed, 12 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 4090426a6761..f2c6e60d329f 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -8,6 +8,7 @@
PORTNAME= R
PORTVERSION= 2.1.1
+PORTREVISION= 1
CATEGORIES= math lang
MASTER_SITES= http://cran.r-project.org/src/base/R-2/ \
ftp://cran.r-project.org/pub/R/src/base/R-2/ \
@@ -48,6 +49,7 @@ CONFIGURE_ARGS= --with-lapack="-llapack" --with-blas="-lblas"
MAN1= R.1
GNU_CONFIGURE= yes
+USE_GETTEXT= yes
USE_XLIB= yes
USE_PERL5= yes
CONFIGURE_ENV= FFLAGS="${FFLAGS}" \
@@ -79,4 +81,9 @@ check-all: build
CONFIGURE_ARGS+= --disable-mbcs
.endif
+.if ${OSVERSION} < 600000
+CONFIGURE_ENV+= MAKEINFO_CMD=${LOCALBASE}/bin/makeinfo
+BUILD_DEPENDS+= makeinfo:${PORTSDIR}/print/texinfo
+.endif
+
.include <bsd.port.post.mk>
diff --git a/math/R/pkg-plist b/math/R/pkg-plist
index e3e5a353d918..f2c4b95d8a52 100644
--- a/math/R/pkg-plist
+++ b/math/R/pkg-plist
@@ -58,11 +58,15 @@ lib/R/doc/html/search/index.txt
lib/R/doc/html/template.html
lib/R/doc/html/thanks.html
lib/R/doc/html/up.jpg
+lib/R/doc/manual/R-FAQ.html
lib/R/doc/manual/R-admin.html
+lib/R/doc/manual/R-data.html
+lib/R/doc/manual/R-exts.html
+lib/R/doc/manual/R-intro.html
+lib/R/doc/manual/R-lang.html
lib/R/etc/Makeconf
lib/R/etc/Renviron
lib/R/etc/repositories
-lib/R/include/libintl.h
lib/R/include/R.h
lib/R/include/R_ext/Applic.h
lib/R/include/R_ext/Arith.h