1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/math/libRmath/Makefile
Martin Wilke dcdae14bd1 - Make math/libRmath to a slave port of math/R
- Add an option to build libR into a static, rather than a shared library (requested by a few users)

PR:		143076
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
		"b. f." <bf1783@googlemail.com> (maintainer)
Approved by:	maintainer
2010-02-02 16:04:22 +00:00

15 lines
322 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$
#
DESCR= ${.CURDIR}/pkg-descr
LIBRMATH_SLAVEPORT= yes
MASTERDIR= ${.CURDIR}/../R
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"