aboutsummaryrefslogtreecommitdiffstats
path: root/math/libR/Makefile
blob: 2a40c273351677f2990803fbae80963dd8017a31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

.include "${MASTERDIR}/Makefile"