aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2016-10-16 21:43:06 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2016-10-16 21:43:06 +0000
commitb4ca23355241becaaccd04ba0cf18e4251ee462c (patch)
treecee21459b387f6e7f7ce7a5d11dcd6819bb338b7 /math
parent9bf87ca0568baa728a21b60904e6e0e55271998e (diff)
downloadports-b4ca23355241becaaccd04ba0cf18e4251ee462c.tar.gz
ports-b4ca23355241becaaccd04ba0cf18e4251ee462c.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/libR/Makefile16
-rw-r--r--math/libR/pkg-descr5
3 files changed, 0 insertions, 22 deletions
diff --git a/math/Makefile b/math/Makefile
index a5d07be29361..db97ec41fefd 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -245,7 +245,6 @@
SUBDIR += laspack
SUBDIR += ldouble
SUBDIR += levmar
- SUBDIR += libR
SUBDIR += libRmath
SUBDIR += libflame
SUBDIR += libjbigi
diff --git a/math/libR/Makefile b/math/libR/Makefile
deleted file mode 100644
index 8e19a7c655aa..000000000000
--- a/math/libR/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# Created by: bf <bf@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= libR
-
-COMMENT= The static libR library from R
-
-DESCR= ${.CURDIR}/pkg-descr
-LIBR_SLAVEPORT= yes
-MASTERDIR= ${.CURDIR}/../R
-PLIST= ${.CURDIR}/pkg-plist
-PLIST_FILES= lib/R/lib/libR.a
-
-BROKEN= Transient breakage while restructuring the master port
-
-.include "${MASTERDIR}/Makefile"
diff --git a/math/libR/pkg-descr b/math/libR/pkg-descr
deleted file mode 100644
index 1e7afe021f49..000000000000
--- a/math/libR/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the static libR library from R -- a language and
-environment for statistical computing and graphics.
-See ports/math/R.
-
-WWW: http://www.R-project.org/