mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ed481cb33c
no functional change: - indent more uniformly - simplify slave port conditionals - sort variables, pkg-plist
19 lines
387 B
Makefile
19 lines
387 B
Makefile
# vim: tabstop=8 softtabstop=0 noexpandtab
|
|
# Ports collection makefile for: libRmath
|
|
# Date created: 14 May 2004
|
|
# Whom: 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
|
|
|
|
.include "${MASTERDIR}/Makefile"
|