aboutsummaryrefslogtreecommitdiffstats
path: root/math/libR/Makefile
blob: 1c7ad63248410b5659048fe6d2bf2866b1ead006 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"