2005-10-12 09:31:07 +02:00
|
|
|
# vim: tabstop=8 softtabstop=0 noexpandtab
|
2009-01-11 00:42:12 +01:00
|
|
|
# Ports collection makefile for: libRmath
|
2005-10-12 09:31:07 +02:00
|
|
|
# Date created: 14 May 2004
|
|
|
|
# Whom: Eric van Gyzen <vangyzen@stat.duke.edu>
|
2004-05-15 17:34:15 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-05-05 11:01:08 +02:00
|
|
|
PORTNAME= libRmath
|
|
|
|
|
|
|
|
COMMENT= The standalone math library from R
|
|
|
|
|
2010-02-02 17:04:22 +01:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
LIBRMATH_SLAVEPORT= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../R
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2004-05-15 17:34:15 +02:00
|
|
|
|
2010-02-02 17:04:22 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|