mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
15 lines
287 B
Makefile
15 lines
287 B
Makefile
# Created by: Eric van Gyzen <vangyzen@stat.duke.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libRmath
|
|
|
|
COMMENT= The standalone math library from R
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
LIBRMATH_SLAVEPORT= yes
|
|
MASTERDIR= ${.CURDIR}/../R
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|