diff options
author | bf <bf@FreeBSD.org> | 2011-07-28 12:28:30 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-07-28 12:28:30 +0800 |
commit | 269a18a3d6de83846fbe71f45d5067001b4b9484 (patch) | |
tree | bcf4033befc75d222d3c2e84db10e40055962a16 /math/libR | |
parent | 0aa3c88021317d6b074235c01d37b8fb07e40b38 (diff) | |
download | freebsd-ports-gnome-269a18a3d6de83846fbe71f45d5067001b4b9484.tar.gz freebsd-ports-gnome-269a18a3d6de83846fbe71f45d5067001b4b9484.tar.zst freebsd-ports-gnome-269a18a3d6de83846fbe71f45d5067001b4b9484.zip |
Add libR , the static libR library from R.
Diffstat (limited to 'math/libR')
-rw-r--r-- | math/libR/Makefile | 20 | ||||
-rw-r--r-- | math/libR/pkg-descr | 5 |
2 files changed, 25 insertions, 0 deletions
diff --git a/math/libR/Makefile b/math/libR/Makefile new file mode 100644 index 000000000000..1c7ad6324841 --- /dev/null +++ b/math/libR/Makefile @@ -0,0 +1,20 @@ +# vim: tabstop=8 softtabstop=0 noexpandtab +# Ports collection makefile for: libR +# Date created: 20 July 2011 +# Whom: 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 +PLIST_DIRSTRY= lib/R/lib lib/R + +.include "${MASTERDIR}/Makefile" diff --git a/math/libR/pkg-descr b/math/libR/pkg-descr new file mode 100644 index 000000000000..1e7afe021f49 --- /dev/null +++ b/math/libR/pkg-descr @@ -0,0 +1,5 @@ +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/ |