summaryrefslogtreecommitdiff
path: root/math/R/Makefile
diff options
context:
space:
mode:
authorfrueauf <frueauf@pkgsrc.org>1998-12-21 10:29:39 +0000
committerfrueauf <frueauf@pkgsrc.org>1998-12-21 10:29:39 +0000
commitf799c41fed21677d428e96816321576bbd6b8720 (patch)
tree43e250f9486a098454b3717921c83f734a78cfe5 /math/R/Makefile
parentc3bd14b4bbdd2f56f53036917326d62234c3bc02 (diff)
downloadpkgsrc-f799c41fed21677d428e96816321576bbd6b8720.tar.gz
Update R to 0.63.1, provided in pr 6618 by Johnny C. Lam.
Changes since 0.63.0 are mostly bigfixes and patches that make it actually work properly with NetBSD.
Diffstat (limited to 'math/R/Makefile')
-rw-r--r--math/R/Makefile21
1 files changed, 9 insertions, 12 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 9c0e89881ab..6c99b71a31a 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/12/04 11:36:03 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/12/21 10:29:39 frueauf Exp $
#
-DISTNAME= R-0.63.0
-WRKSRC= ${WRKDIR}/R-0.63
+DISTNAME= R-0.63.1
CATEGORIES= math
MASTER_SITES= http://lib.stat.cmu.edu/R/CRAN/src/base/ \
ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/src/base/ \
@@ -19,13 +18,13 @@ MAINTAINER= lamj@stat.cmu.edu
HOMEPAGE= http://lib.stat.cmu.edu/R/CRAN/
.if !exists(/usr/bin/f77)
-BUILD_DEPENDS+= f2c-19980516p1:../../lang/f2c
+DEPENDS+= f2c:../../lang/f2c
.endif
DEPENDS+= readline-2.2:../../devel/readline
-USE_PERL5= yes
-USE_GMAKE= yes
+CONFLICTS= R-0.63.0
+USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-readline --with-x
@@ -40,13 +39,11 @@ R_PAPERSIZE= Letter
.endif
.endif
-CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
- DLLFLAGS="${LDFLAGS}" \
- R_PAPERSIZE=${R_PAPERSIZE}
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
+ R_PAPERSIZE="${R_PAPERSIZE}"
-post-build:
- ${TOUCH} ${WRKSRC}/library/modreg/data/.keep_me
+post-install:
+ ${RMDIR} ${PREFIX}/share/R/library/modreg/data
.include "../../mk/bsd.pkg.mk"