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

.include "${MASTERDIR}/Makefile"